Changeset 1605 for trunk/Config.kmk


Ignore:
Timestamp:
May 6, 2008, 12:36:00 AM (17 years ago)
Author:
bird
Message:

Force C locale before messing with the svn info output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r1600 r1605  
    5959        @$(RM) -f $@ $@.tmp
    6060        @$(MKDIR) -p $(@D)
    61         @$(REDIRECT) -o $@.tmp -- svn info $(DEPTH)
     61        @$(REDIRECT) -o $@.tmp -E 'LC_ALL=C' -- svn info $(DEPTH)
    6262        @$(SED) \
    6363                -e 's/URL: */KBUILD_SVN_URL := /' \
Note: See TracChangeset for help on using the changeset viewer.