Changeset 1155
- Timestamp:
- 11/17/06 18:11:48 (2 years ago)
- Files:
-
- trunk/freewrt/Makefile (modified) (1 diff)
- trunk/freewrt/mk/build.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Makefile
r831 r1155 40 40 menuconfig: .prereq_done 41 41 @${GMAKE_INV} menuconfig 42 43 allnoconfig: .prereq_done 44 @${GMAKE_INV} allnoconfig 42 45 43 46 package_index: .prereq_done trunk/freewrt/mk/build.mk
r869 r1155 11 11 CONFIG = package/config 12 12 13 noconfig_targets := menuconfig config tags 13 noconfig_targets := menuconfig config tags allnoconfig 14 14 15 15 # Pull in the user's configuration file … … 116 116 @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 117 117 118 allnoconfig: $(CONFIG)/conf 119 @-touch .config 120 @$(CONFIG)/conf -n $(CONFIG_CONFIG_IN) 121 118 122 tools/install-lbin: 119 123 $(MAKE) -C tools install-lbin


