- Timestamp:
- Jul 22, 2006, 3:02:42 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- c2e2d0c
- Parents:
- 054c5fc
- File:
-
- 1 edited
-
tools/sed/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/sed/Makefile
r054c5fc r07526d20 42 42 rm -rf $(STAGING_DIR)/share/locale $(STAGING_DIR)/usr/info \ 43 43 $(STAGING_DIR)/usr/man $(STAGING_DIR)/usr/share/doc; fi 44 @ln -sf $(STAGING_DIR)/$(PKG_TARGET_BINARY) $(TOPDIR)/lbin/sed45 44 46 use-sed-host-binary: 47 @if [ -x /usr/bin/sed ]; then SED="/usr/bin/sed"; else \ 48 if [ -x /bin/sed ]; then SED="/bin/sed"; fi; fi; \ 49 mkdir -p $(STAGING_DIR)/bin; \ 50 rm -f $(STAGING_DIR)/$(PKG_TARGET_BINARY); \ 51 ln -s $$SED $(STAGING_DIR)/$(PKG_TARGET_BINARY) 45 install-lbin: ${WRKBUILD}/${PKG_BINARY} 46 install -c -s -m 555 ${WRKBUILD}/${PKG_BINARY} ${TOPDIR}/lbin/sed 52 47 53 48 source: 54 49 prepare: 55 50 compile: 56 install: build-sed-host-binary 51 install: build-sed-host-binary install-lbin 57 52 clean: 58 53 rm -rf $(WRKBUILD)
Note:
See TracChangeset
for help on using the changeset viewer.
