Changeset 44dd5e42 in freewrt
- Timestamp:
- May 22, 2007, 5:33:34 PM (19 years ago)
- Children:
- b942644
- Parents:
- 337b581
- Files:
-
- 2 edited
-
scripts/scan-tools.sh (modified) (1 diff)
-
tools/tntnet/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/scan-tools.sh
r337b581 r44dd5e42 290 290 fi 291 291 292 if ! which zip >/dev/null 2>&1; then 293 echo You must install zip to continue, sorry. 294 echo 295 out=1 296 fi 297 292 298 if ! which patch >/dev/null 2>&1; then 293 299 echo You must install patch \(from Larry Wall\) to continue. -
tools/tntnet/Makefile
r337b581 r44dd5e42 7 7 PKG_NAME:= tntnet 8 8 PKG_VERSION:= 1.5.3.6 9 PKG_RELEASE:= 19 PKG_RELEASE:= 2 10 10 PKG_MD5SUM:= 2108da4e68b22b2e6260c21964cee685 11 11 PKG_SOURCE_URL:= http://www.tntnet.org/download … … 23 23 --with-cgi=no \ 24 24 --with-server=no \ 25 --with-ssl=no \ 25 26 --disable-nls \ 26 27 --prefix=$(STAGING_TOOLS) \ … … 30 31 touch $@ 31 32 32 $(WRKBUILD)/tntnet/ecpp: ${WRKBUILD}/.configured 33 $(WRKBUILD)/sdk/tools/ecppc/ecppc: ${WRKBUILD}/.configured 34 PATH=$(STAGING_TOOLS)/bin:$$PATH \ 33 35 $(MAKE) CC='$(HOSTCC)' CFLAGS='$(HOSTCFLAGS)' \ 34 36 -C $(WRKBUILD) 35 37 36 $(STAGING_TOOLS)/bin/ecpp : $(WRKBUILD)/tntnet/ecpp38 $(STAGING_TOOLS)/bin/ecppc: $(WRKBUILD)/sdk/tools/ecppc/ecppc 37 39 $(CP) $< $@ 38 40 39 41 source: $(DL_DIR)/$(PKG_SOURCE) 40 42 prepare: ${WRKBUILD}/.prepared 41 compile: $(WRKBUILD)/ tntnet/ecpp $(STAGING_TOOLS)/bin/ecpp42 install: $(STAGING_TOOLS)/bin/ecpp 43 compile: $(WRKBUILD)/sdk/tools/ecppc/ecppc $(STAGING_TOOLS)/bin/ecppc 44 install: $(STAGING_TOOLS)/bin/ecppc 43 45 clean: 44 46 rm -rf $(WRKBUILD)
Note:
See TracChangeset
for help on using the changeset viewer.
