Changeset 2208
- Timestamp:
- 03/20/07 15:19:04 (2 years ago)
- Files:
-
- trunk/freewrt/Makefile (modified) (3 diffs)
- trunk/freewrt/rules.mk (modified) (2 diffs)
- trunk/freewrt/tools/Makefile (modified) (1 diff)
- trunk/freewrt/tools/gmake/Makefile (modified) (1 diff)
- trunk/freewrt/tools/paxmirabilis/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Makefile
r2182 r2208 23 23 24 24 config: .prereq_done 25 @${GMAKE_INV} config25 @${GMAKE_INV} FWRTPREREQ=1 config 26 26 27 27 oldconfig: .prereq_done 28 @${GMAKE_INV} oldconfig28 @${GMAKE_INV} FWRTPREREQ=1 oldconfig 29 29 30 30 cleandir: .prereq_done … … 42 42 43 43 menuconfig: .prereq_done 44 @${GMAKE_INV} menuconfig44 @${GMAKE_INV} FWRTPREREQ=1 menuconfig 45 45 46 46 allnoconfig: .prereq_done 47 @${GMAKE_INV} allnoconfig47 @${GMAKE_INV} FWRTPREREQ=1 allnoconfig 48 48 49 49 allmodconfig: .prereq_done 50 @${GMAKE_INV} allmodconfig50 @${GMAKE_INV} FWRTPREREQ=1 allmodconfig 51 51 52 52 snapshotconfig: .prereq_done 53 @${GMAKE_INV} snapshotconfig53 @${GMAKE_INV} FWRTPREREQ=1 snapshotconfig 54 54 55 55 package_index: .prereq_done … … 135 135 chmod 555 lbin/gcc; \ 136 136 fi 137 @${GMAKE_INV} tools/install-lbin137 @${GMAKE_INV} FWRTPREREQ=1 tools/install-lbin 138 138 @echo '===> Prerequisites checked successfully.' 139 139 @touch $@ trunk/freewrt/rules.mk
r2205 r2208 57 57 #"))"))"))"))")) # for vim's broken syntax highlighting :) 58 58 59 ifeq (${FWRTPREREQ},) 59 60 ifneq ($(FWRT_USE_CCACHE),) 60 61 TARGET_COMPILER_PREFIX+= ccache … … 94 95 $(error Cannot determine target "uname -m" output) 95 96 endif 97 endif # not FWRTPREREQ 96 98 97 99 export UNAME_S UNAME_R UNAME_M trunk/freewrt/tools/Makefile
r2204 r2208 5 5 # or at http://www.freewrt.org/licence for details. 6 6 7 FWRTPREREQ=1 7 8 include $(TOPDIR)/rules.mk 8 9 trunk/freewrt/tools/gmake/Makefile
r2206 r2208 11 11 PKG_SOURCE_URL= http://ftp.gnu.org/gnu/make/ 12 12 13 FWRTPREREQ=1 13 14 include ${TOPDIR}/rules.mk 14 15 include ../rules.mk trunk/freewrt/tools/paxmirabilis/Makefile
r1686 r2208 5 5 # or at http://www.freewrt.org/licence for details. 6 6 7 FWRTPREREQ=1 7 8 include $(TOPDIR)/rules.mk 8 9


