Changeset 44dd5e42 in freewrt


Ignore:
Timestamp:
May 22, 2007, 5:33:34 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
b942644
Parents:
337b581
Message:

fix tools tntnet, @tommi: what else than ecppc a developer need?

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/scan-tools.sh

    r337b581 r44dd5e42  
    290290fi
    291291
     292if ! which zip >/dev/null 2>&1; then
     293        echo You must install zip to continue, sorry.
     294        echo
     295        out=1
     296fi
     297
    292298if ! which patch >/dev/null 2>&1; then
    293299        echo You must install patch \(from Larry Wall\) to continue.
  • tools/tntnet/Makefile

    r337b581 r44dd5e42  
    77PKG_NAME:=              tntnet
    88PKG_VERSION:=           1.5.3.6
    9 PKG_RELEASE:=           1
     9PKG_RELEASE:=           2
    1010PKG_MD5SUM:=            2108da4e68b22b2e6260c21964cee685
    1111PKG_SOURCE_URL:=        http://www.tntnet.org/download
     
    2323                --with-cgi=no \
    2424                --with-server=no \
     25                --with-ssl=no \
    2526                --disable-nls \
    2627                --prefix=$(STAGING_TOOLS) \
     
    3031        touch $@
    3132
    32 $(WRKBUILD)/tntnet/ecpp: ${WRKBUILD}/.configured
     33$(WRKBUILD)/sdk/tools/ecppc/ecppc: ${WRKBUILD}/.configured
     34        PATH=$(STAGING_TOOLS)/bin:$$PATH \
    3335        $(MAKE) CC='$(HOSTCC)' CFLAGS='$(HOSTCFLAGS)' \
    3436            -C $(WRKBUILD)
    3537
    36 $(STAGING_TOOLS)/bin/ecpp: $(WRKBUILD)/tntnet/ecpp
     38$(STAGING_TOOLS)/bin/ecppc: $(WRKBUILD)/sdk/tools/ecppc/ecppc
    3739        $(CP) $< $@
    3840
    3941source: $(DL_DIR)/$(PKG_SOURCE)
    4042prepare: ${WRKBUILD}/.prepared
    41 compile: $(WRKBUILD)/tntnet/ecpp $(STAGING_TOOLS)/bin/ecpp
    42 install: $(STAGING_TOOLS)/bin/ecpp
     43compile: $(WRKBUILD)/sdk/tools/ecppc/ecppc $(STAGING_TOOLS)/bin/ecppc
     44install: $(STAGING_TOOLS)/bin/ecppc
    4345clean:
    4446        rm -rf $(WRKBUILD)
Note: See TracChangeset for help on using the changeset viewer.