Changeset 831
- Timestamp:
- 10/03/06 18:38:55 (2 years ago)
- Files:
-
- branches/freewrt_1_0/.busybox-config (deleted)
- branches/freewrt_1_0/Makefile (modified) (1 diff)
- branches/freewrt_1_0/mk/build.mk (modified) (2 diffs)
- trunk/freewrt/.busybox-config (deleted)
- trunk/freewrt/Makefile (modified) (1 diff)
- trunk/freewrt/mk/build.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/Makefile
r679 r831 40 40 menuconfig: .prereq_done 41 41 @${GMAKE_INV} menuconfig 42 43 oldconfig: .prereq_done44 @${GMAKE_INV} oldconfig45 46 autobuild: .prereq_done47 @${GMAKE_INV} autobuild48 49 snapshot: snapshots/.snapshot_done50 51 snapshots/.snapshot_done: .prereq_done .defconfig52 -rm -rf snapshots53 mkdir snapshots54 ${GMAKE_INV} clean55 for target in $$(awk '/^config FWRT_LINUX/ { print $$2 }' \56 target/Config.in); do \57 for filesystem in JFFS2 SQUASHFS_LZMA; do \58 sed -e "s!FWRT_LINUX_MODEL!$$target!g" \59 -e "s!FWRT_TARGET_ROOTFS!&_$$filesystem!g" \60 <.defconfig >.config; \61 ${GMAKE_INV} all; \62 cp bin/freewrt-* snapshots/; \63 ${GMAKE_INV} clean; \64 done; \65 done66 42 67 43 package_index: .prereq_done branches/freewrt_1_0/mk/build.mk
r702 r831 11 11 CONFIG = package/config 12 12 13 noconfig_targets := menuconfig config tags autobuild13 noconfig_targets := menuconfig config tags 14 14 15 15 # Pull in the user's configuration file … … 119 119 @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 120 120 121 oldconfig: $(CONFIG)/conf122 @-touch .config123 @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)124 125 autobuild: $(CONFIG)/conf126 @-touch .config127 @$(CONFIG)/conf -m $(CONFIG_CONFIG_IN)128 @grep -v ^BUSYBOX .config > .config.autobuild129 @cat .busybox-config .config.autobuild > .config130 131 121 tools/install-lbin: 132 122 $(MAKE) -C tools install-lbin trunk/freewrt/Makefile
r679 r831 40 40 menuconfig: .prereq_done 41 41 @${GMAKE_INV} menuconfig 42 43 oldconfig: .prereq_done44 @${GMAKE_INV} oldconfig45 46 autobuild: .prereq_done47 @${GMAKE_INV} autobuild48 49 snapshot: snapshots/.snapshot_done50 51 snapshots/.snapshot_done: .prereq_done .defconfig52 -rm -rf snapshots53 mkdir snapshots54 ${GMAKE_INV} clean55 for target in $$(awk '/^config FWRT_LINUX/ { print $$2 }' \56 target/Config.in); do \57 for filesystem in JFFS2 SQUASHFS_LZMA; do \58 sed -e "s!FWRT_LINUX_MODEL!$$target!g" \59 -e "s!FWRT_TARGET_ROOTFS!&_$$filesystem!g" \60 <.defconfig >.config; \61 ${GMAKE_INV} all; \62 cp bin/freewrt-* snapshots/; \63 ${GMAKE_INV} clean; \64 done; \65 done66 42 67 43 package_index: .prereq_done trunk/freewrt/mk/build.mk
r702 r831 11 11 CONFIG = package/config 12 12 13 noconfig_targets := menuconfig config tags autobuild13 noconfig_targets := menuconfig config tags 14 14 15 15 # Pull in the user's configuration file … … 119 119 @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 120 120 121 oldconfig: $(CONFIG)/conf122 @-touch .config123 @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)124 125 autobuild: $(CONFIG)/conf126 @-touch .config127 @$(CONFIG)/conf -m $(CONFIG_CONFIG_IN)128 @grep -v ^BUSYBOX .config > .config.autobuild129 @cat .busybox-config .config.autobuild > .config130 131 121 tools/install-lbin: 132 122 $(MAKE) -C tools install-lbin


