Changeset 2169
- Timestamp:
- 03/15/07 20:57:29 (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
r1850 r2169 24 24 config: .prereq_done 25 25 @${GMAKE_INV} config 26 27 oldconfig: .prereq_done 28 @${GMAKE_INV} oldconfig 26 29 27 30 cleandir: .prereq_done trunk/freewrt/mk/build.mk
r2025 r2169 11 11 CONFIG = tools/config 12 12 13 noconfig_targets := menuconfig config tags allnoconfig allmodconfig snapshotconfig 13 noconfig_targets:= allmodconfig \ 14 allnoconfig \ 15 config \ 16 menuconfig \ 17 oldconfig \ 18 snapshotconfig \ 19 tags 14 20 15 21 # Pull in the user's configuration file … … 116 122 @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 117 123 124 oldconfig: $(CONFIG)/conf 125 @-touch .config 126 @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) 127 118 128 allnoconfig: $(CONFIG)/conf 119 129 @-touch .config


