Changeset 529beeb in freewrt


Ignore:
Timestamp:
Jan 20, 2007, 5:10:16 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
13046f8
Parents:
57e6464
Message:
  • '%' as line addressing is a BSD extension to the text editor, which GNU ed 0.3+ doesn't support, but isn't listed in the ChangeLog relative to GNU ed 0.2 - use ',' instead bug cought by n0-1@
  • correct line addressing of "TOPDIR:=..." line in prereq.mk

git-svn-id: svn://www.freewrt.org/branches/broadcom_new@1650 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r57e6464 r529beeb  
    121121        @echo "SHELL:=$$(lbin/which bash)" >>lbin/prereq.mk
    122122        @TOPDIR=$$(readlink -nf .); \
    123             printf '%s\n%s\nwq\n' "%g#$$TOPDIR#s##\$${TOPDIR}#g" \
     123            printf '%s\n%s\nwq\n' ",g#$$TOPDIR#s##\$${TOPDIR}#g" \
    124124            "1s#^.*\$$#TOPDIR:=$$TOPDIR#" | ed -s lbin/prereq.mk
    125125        @env NO_ERROR=${NO_ERROR} bash scripts/scan-tools.sh
Note: See TracChangeset for help on using the changeset viewer.