Changeset 2658
- Timestamp:
- 05/24/07 15:27:40 (2 years ago)
- Files:
-
- trunk/freewrt/mk/build.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/build.mk
r2656 r2658 11 11 CONFIG = tools/config 12 12 13 noconfig_targets:= allmodconfig \ 14 allnoconfig \ 15 config \ 16 menuconfig \ 17 oldconfig \ 18 snapshotconfig \ 13 noconfig_targets:= menuconfig \ 14 _config \ 15 _mconfig \ 19 16 tags 20 17 … … 144 141 ${MBSH} scripts/restore-defaultconf.sh ${RESTORE_PATTERNS} 145 142 146 allmodconfig:147 ${MAKE} RCONFIG='${CONFIG_CONFIG_IN}' W=-o _mconfig _config148 149 143 tools/install-lbin: 150 144 $(MAKE) -C tools install-lbin


