Changeset 209
- Timestamp:
- 07/16/06 18:59:12 (6 years ago)
- Files:
-
- trunk/freewrt/tools/paxmirabilis/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/paxmirabilis/Makefile
r206 r209 23 23 24 24 compile: prepare ${WRKBUILD}/pax 25 mkdir -p ${STAGING_DIR}/bin26 -rm -f ${STAGING_DIR}/bin/{pax,cpio,tar}27 install -c -s -m 555 ${WRKBUILD}/pax ${STAGING_DIR}/bin/28 cd ${STAGING_DIR}/bin && ln pax cpio && ln pax tar29 25 30 26 install: compile 27 -rm -f ${TOPDIR}/lbin/{pax,cpio,tar} 28 install -c -s -m 555 ${WRKBUILD}/pax ${TOPDIR}/lbin/pax 29 cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar 30 31 31 package: 32 32 33 clean: 33 rm -rf src ${ STAGING_DIR}/bin/{pax,cpio,tar}34 rm -rf src ${TOPDIR}/lbin/{pax,cpio,tar} 34 35 35 36 ${WRKBUILD}: … … 37 38 38 39 ${WRKBUILD}/pax: ${SRCS} 39 ${HOSTCC} ${HOSTCFLAGS} -Isrc -I${TOPDIR}/scripts \ 40 -c -o $@ $^ 40 ${HOSTCC} ${HOSTCFLAGS} -Isrc -I${TOPDIR}/scripts -o $@ $^


