restore locale and enforce grep option squashing

This commit is contained in:
Axel Kohlmeyer
2016-09-09 15:42:14 -04:00
parent d22caf2658
commit 232abf8534

View File

@ -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