Changeset a6198ce in freewrt


Ignore:
Timestamp:
Jun 12, 2006, 1:24:53 AM (20 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
eb0215c
Parents:
8ec9389
Message:

copy this:

# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C

from package/config/Makefile; I think it's a good idea to
normalise behaviour on systems which do support locales,
because e.g. in Spanish locales, sort order varies, etc.
and that introduces hard-to-find bugs (non-locale-aware
operating systems such as OpenBSD not affected).

git-svn-id: svn://www.freewrt.org/trunk/freewrt@56 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8ec9389 ra6198ce  
    3333GMAKE_INV=      PATH=$(PWD)/lbin:$(PATH) ${GMAKE} -f $(PWD)/build.mk ${VARS_TO_PASS}
    3434
    35 VARS_TO_PASS=   HOSTCC='${CC}' MAKE='${GMAKE}' \
     35VARS_TO_PASS=   HOSTCC='${CC}' MAKE='${GMAKE}' LC_ALL=C \
    3636                HOSTCFLAGS="$$(x=$$(echo \
    3737                    'f:\n\techo P:$${CFLAGS}\n.include <bsd.prog.mk>' | \
Note: See TracChangeset for help on using the changeset viewer.