Changeset 532
- Timestamp:
- 08/24/06 19:52:27 (2 years ago)
- Files:
-
- trunk/freewrt/Makefile (modified) (1 diff)
- trunk/freewrt/build.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Makefile
r529 r532 72 72 @${GMAKE_INV} autobuild 73 73 74 snapshot s: .prereq_done75 @${GMAKE_INV} snapshot s74 snapshot: .prereq_done 75 @${GMAKE_INV} snapshot 76 76 77 77 package_index: .prereq_done trunk/freewrt/build.mk
r529 r532 11 11 CONFIG = package/config 12 12 13 noconfig_targets := menuconfig config tags autobuild snapshot s13 noconfig_targets := menuconfig config tags autobuild snapshot 14 14 15 15 # Pull in the user's configuration file … … 130 130 @cat .busybox-config .config.autobuild > .config 131 131 132 snapshot s: $(CONFIG)/conf $(SNAPSHOT_DIR)132 snapshot: $(CONFIG)/conf $(SNAPSHOT_DIR) 133 133 @-touch .config 134 134 @$(CONFIG)/conf -d $(CONFIG_CONFIG_IN)


