Skip to content
Snippets Groups Projects
Commit 232abf85 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

restore locale and enforce grep option squashing

parent d22caf26
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,12 @@
# sh Make.sh Makefile.shlib
# sh Make.sh Makefile.list
# turn off enforced customizations
GREP_OPTIONS=
# enforce using portable C locale
LC_ALL=C
export LC_ALL GREP_OPTIONS
# function to create one style_*.h file
# must whack *.d files that depend on style_*.h file,
# else Make will not recreate them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment