Changeset 07526d20 in freewrt for tools/Makefile


Ignore:
Timestamp:
Jul 22, 2006, 3:02:42 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
c2e2d0c
Parents:
054c5fc
Message:

install sed into lbin/ like pax to prevent rare
issues on BSD

agreed wbx@

also remove dead code from when we didn't always
build GNU sed ourselves

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile

    r054c5fc r07526d20  
    1313
    1414all: install
    15 install: check-pax $(TARGETS_INSTALL)
     15install: check-lbin $(TARGETS_INSTALL)
    1616clean: $(TARGETS_CLEAN)
    1717
    18 check-pax:
     18check-lbin:
     19        @[ -e ${TOPDIR}/lbin/sed ] || \
     20            rm -f $(TOOLS_STAMP_DIR)/.tools_sed-install
    1921        @[ -e ${TOPDIR}/lbin/pax ] || \
    2022            rm -f $(TOOLS_STAMP_DIR)/.tools_paxmirabilis-install
Note: See TracChangeset for help on using the changeset viewer.