Changeset 006f3d5 in freewrt
- Timestamp:
- Jul 16, 2006, 6:59:12 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- c7b6787
- Parents:
- dbbcad4
- File:
-
- 1 edited
-
tools/paxmirabilis/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/paxmirabilis/Makefile
rdbbcad4 r006f3d5 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 $@ $^
Note:
See TracChangeset
for help on using the changeset viewer.
