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 3815 by tg, Tue Jun 5 14:52:44 2007 UTC revision 3816 by tg, Wed Oct 29 17:58:40 2008 UTC
# Line 48  install: compile Line 48  install: compile
48          cd ${STAGING_DIR}/bin && ln pax cpio && ln pax tar          cd ${STAGING_DIR}/bin && ln pax cpio && ln pax tar
49          cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax          cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax
50          cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar          cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar
51            cd ${TOPDIR}/lbin && ln pax mircpio && ln pax mirpax && ln pax mirtar
52    
53  install-lbin:  install-lbin:
54          rm -f ${TOPDIR}/lbin/{pax,cpio,tar}          rm -f ${TOPDIR}/lbin/{pax,cpio,tar}
55          if [ -e $(STAGING_DIR)/bin/pax ]; then \          if [ -e $(STAGING_DIR)/bin/pax ]; then \
56                  cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax; \                  cp $(STAGING_DIR)/bin/pax ${TOPDIR}/lbin/pax; \
57                  cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar; \                  cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar && \
58                        ln pax mircpio && ln pax mirpax && ln pax mirtar; \
59          else \          else \
60                  rm -f $(TOOLS_STAMP_DIR)/.tools_paxmirabilis-install; \                  rm -f $(TOOLS_STAMP_DIR)/.tools_paxmirabilis-install; \
61          fi          fi

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

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