Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
09c47895
Commit
09c47895
authored
Sep 21, 2015
by
POTTIER Francois
Browse files
Disable the Nazi warnings when shipping.
So we have a better chance of success if new warnings appear.
parent
9cc7b5e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
09c47895
...
...
@@ -96,10 +96,12 @@ LIBFILES := \
package
:
clean
# Create a directory to store the distributed files temporarily.
# In src/_tags, every line tagged "my_warnings" is removed.
@
rm
-fr
$(PACKAGE)
@
mkdir
-p
$(PACKAGE)/src
@
cp
-fr
$(DISTRIBUTED_FILES)
$(PACKAGE)
@
cp
-fr
src/*.ml{,i,y,l,pack}
src/Makefile
src/_tags
src/META
$(PACKAGE)/src
@
cp
-fr
src/*.ml{,i,y,l,pack}
src/Makefile
src/META
$(PACKAGE)/src
@
grep
-v
my_warnings
src/_tags
>
$(PACKAGE)/src/_tags
@
$(MAKE)
-C
$(PACKAGE)/demos
clean
# Insert headers.
@
echo
"-> Inserting headers."
...
...
src/_tags
View file @
09c47895
# Enable Jonathan's "nazi warnings".
# Enable Jonathan's "nazi warnings". (my_warnings)
# This is disabled when shipping. (my_warnings)
<*>: my_warnings
# Tag both parser source files with origin_parser.
...
...
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