restore locale and enforce grep option squashing
This commit is contained in:
@ -5,6 +5,12 @@
|
|||||||
# sh Make.sh Makefile.shlib
|
# sh Make.sh Makefile.shlib
|
||||||
# sh Make.sh Makefile.list
|
# 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
|
# function to create one style_*.h file
|
||||||
# must whack *.d files that depend on style_*.h file,
|
# must whack *.d files that depend on style_*.h file,
|
||||||
# else Make will not recreate them
|
# else Make will not recreate them
|
||||||
|
|||||||
Reference in New Issue
Block a user