Changeset a316a45 in freewrt for Makefile


Ignore:
Timestamp:
Jun 19, 2006, 2:30:25 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
001c754
Parents:
6223c2d
Message:

use the GNU sed built by toolchain again, but prevent it
from picking up I18N support (causes it to segfault at
least under mirbsd - GNU libregex clashes)

ok wbx@

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6223c2d ra316a45  
    117117                chmod 555 lbin/uname; \
    118118        fi
    119         @if ! sed --help 2>&1 | fgrep in-place >/dev/null 2>&1; then \
    120                 cp scripts/sed.bsd lbin/sed; \
    121                 chmod 555 lbin/sed; \
    122         fi
    123119        @echo "BASH=$$(which bash)" >>lbin/prereq.mk
    124120        @echo "GNU_HOST_NAME=$$(${CC} -dumpmachine | sed -e 's!mirbsd!openbsd!g')" >>lbin/prereq.mk
Note: See TracChangeset for help on using the changeset viewer.