English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/freewrt_1_0/tools/paxmirabilis/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3816 by tg, Wed Oct 29 17:58:40 2008 UTC revision 3817 by tg, Wed Oct 29 18:05:03 2008 UTC
# Line 43  compile: prepare ${WRKBUILD}/pax Line 43  compile: prepare ${WRKBUILD}/pax
43    
44  install: compile  install: compile
45          mkdir -p $(STAGING_DIR)/bin          mkdir -p $(STAGING_DIR)/bin
46          -rm -f $(STAGING_DIR)/bin/{pax,cpio,tar} ${TOPDIR}/lbin/{pax,cpio,tar}          -rm -f $(STAGING_DIR)/bin/{pax,cpio,tar} \
47                ${TOPDIR}/lbin/{,mir}{pax,cpio,tar}
48          install -c -s -m 555 ${WRKBUILD}/pax $(STAGING_DIR)/bin/pax          install -c -s -m 555 ${WRKBUILD}/pax $(STAGING_DIR)/bin/pax
49          cd ${STAGING_DIR}/bin && ln pax cpio && ln pax tar          cd ${STAGING_DIR}/bin && ln pax cpio && ln pax tar
50          cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax          cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax
# Line 51  install: compile Line 52  install: compile
52          cd ${TOPDIR}/lbin && ln pax mircpio && ln pax mirpax && ln pax mirtar          cd ${TOPDIR}/lbin && ln pax mircpio && ln pax mirpax && ln pax mirtar
53    
54  install-lbin:  install-lbin:
55          rm -f ${TOPDIR}/lbin/{pax,cpio,tar}          rm -f ${TOPDIR}/lbin/{,mir}{pax,cpio,tar}
56          if [ -e $(STAGING_DIR)/bin/pax ]; then \          if [ -e $(STAGING_DIR)/bin/pax ]; then \
57                  cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax; \                  cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax; \
58                  cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar && \                  cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar && \
# Line 64  package: Line 65  package:
65    
66  clean:  clean:
67          rm -rf ${WRKBUILD}          rm -rf ${WRKBUILD}
68          rm -f $(STAGING_DIR)/bin/{pax,cpio,tar} ${TOPDIR}/lbin/{pax,cpio,tar}          rm -f $(STAGING_DIR)/bin/{pax,cpio,tar} \
69                ${TOPDIR}/lbin/{,mir}{pax,cpio,tar}
70    
71  ${WRKBUILD}:  ${WRKBUILD}:
72          mkdir -p ${WRKBUILD}          mkdir -p ${WRKBUILD}

Legend:
Removed from v.3816  
changed lines
  Added in v.3817

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20