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

SCM Repository

ViewVC logotype

Diff of /trunk/freewrt/mk/build.mk

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

revision 2714 by tg, Tue May 29 14:04:00 2007 UTC revision 2715 by tg, Tue Jun 5 14:52:44 2007 UTC
# Line 140  _mconfig2: ${CONFIG}/conf Line 140  _mconfig2: ${CONFIG}/conf
140          ${CONFIG}/conf -m ${RCONFIG}          ${CONFIG}/conf -m ${RCONFIG}
141          ${MBSH} scripts/restore-defaultconf.sh ${RESTORE_PATTERNS}          ${MBSH} scripts/restore-defaultconf.sh ${RESTORE_PATTERNS}
142    
143  tools/install-lbin:  tools/%:
144          $(MAKE) -C tools install-lbin          $(MAKE) -C tools $(patsubst tools/%,%,$@)
145    
146    distclean:
147            $(MAKE) -C $(CONFIG) clean
148            rm -rf $(BUILD_DIR) $(BIN_DIR) $(DISTDIR) ${TOPDIR}/.cfg tools_build
149            rm -rf $(TOOLS_BUILD_DIR) $(TOOLCHAIN_BUILD_DIR) $(STAGING_PARENT)
150            rm -f .config* .tmpconfig.h ${TOPDIR}/package/*/info.mk
151    
152  endif # ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y)  endif # ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y)

Legend:
Removed from v.2714  
changed lines
  Added in v.2715

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