Changeset 3b6dd93 in freewrt


Ignore:
Timestamp:
Jul 17, 2006, 2:36:00 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
01fc702
Parents:
65a5cdb
Message:

just always build sed *sigh*
the test fails more often than the actual build

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

Location:
tools/sed
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • tools/sed/Makefile

    r65a5cdb r3b6dd93  
    1414SED_TARGET_BINARY:=bin/sed
    1515SED_CPPFLAGS=-D_FILE_OFFSET_BITS=64
    16 HOST_SED_TARGET=$(shell ./sedcheck.sh)
    1716
    1817$(DL_DIR)/$(PKG_SOURCE):
     
    6261prepare:
    6362compile:
    64 install: $(HOST_SED_TARGET)
     63install: build-sed-host-binary
    6564clean:
    6665        rm -rf $(SED_DIR)
Note: See TracChangeset for help on using the changeset viewer.