force LANG=C for MacOS awk

This commit is contained in:
Andrew Tridgell 2011-11-07 13:33:10 +11:00
parent 9c59fdfdd6
commit 251cf7d87c
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
#
SYSTYPE := $(shell uname)
# force LANG to C so awk works sanely on MacOS
export LANG=C
#
# Locate the sketch sources based on the initial Makefile's path
#