Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f8eee63a
Commit
f8eee63a
authored
Oct 07, 2008
by
Ian Lynagh
Browse files
Check whether mk/validate.mk defines anything after validating
parent
5ee6212c
Changes
1
Hide whitespace changes
Inline
Side-by-side
validate
View file @
f8eee63a
...
...
@@ -111,6 +111,14 @@ the minimal testing procedure, please do further testing as necessary.
When you are satisfied that you haven't broken anything, go ahead and
push/send your patches.
EOF
if
grep
-q
"^[^#]"
mk/validate.mk
then
cat
<<
EOF
WARNING: You seem to have things set in mk/validate.mk. Please check
that it is OK before pushing.
EOF
fi
else
cat
<<
EOF
I didn't find any problems, but this wasn't a complete validate run,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment