Changeset 831

Show
Ignore:
Timestamp:
10/03/06 18:38:55 (2 years ago)
Author:
wbx
Message:

remove autobuild and snapshot targets. snapshots and releases will be done with ib.sh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/Makefile

    r679 r831  
    4040menuconfig: .prereq_done 
    4141        @${GMAKE_INV} menuconfig 
    42  
    43 oldconfig: .prereq_done 
    44         @${GMAKE_INV} oldconfig 
    45  
    46 autobuild: .prereq_done 
    47         @${GMAKE_INV} autobuild 
    48  
    49 snapshot: snapshots/.snapshot_done 
    50  
    51 snapshots/.snapshot_done: .prereq_done .defconfig 
    52         -rm -rf snapshots 
    53         mkdir snapshots 
    54         ${GMAKE_INV} clean 
    55         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         done 
    6642 
    6743package_index: .prereq_done 
  • branches/freewrt_1_0/mk/build.mk

    r702 r831  
    1111CONFIG = package/config 
    1212 
    13 noconfig_targets := menuconfig config tags autobuild 
     13noconfig_targets := menuconfig config tags 
    1414 
    1515# Pull in the user's configuration file 
     
    119119        @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 
    120120 
    121 oldconfig: $(CONFIG)/conf 
    122         @-touch .config 
    123         @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) 
    124  
    125 autobuild: $(CONFIG)/conf 
    126         @-touch .config 
    127         @$(CONFIG)/conf -m $(CONFIG_CONFIG_IN) 
    128         @grep -v ^BUSYBOX .config > .config.autobuild 
    129         @cat .busybox-config .config.autobuild > .config 
    130  
    131121tools/install-lbin: 
    132122        $(MAKE) -C tools install-lbin 
  • trunk/freewrt/Makefile

    r679 r831  
    4040menuconfig: .prereq_done 
    4141        @${GMAKE_INV} menuconfig 
    42  
    43 oldconfig: .prereq_done 
    44         @${GMAKE_INV} oldconfig 
    45  
    46 autobuild: .prereq_done 
    47         @${GMAKE_INV} autobuild 
    48  
    49 snapshot: snapshots/.snapshot_done 
    50  
    51 snapshots/.snapshot_done: .prereq_done .defconfig 
    52         -rm -rf snapshots 
    53         mkdir snapshots 
    54         ${GMAKE_INV} clean 
    55         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         done 
    6642 
    6743package_index: .prereq_done 
  • trunk/freewrt/mk/build.mk

    r702 r831  
    1111CONFIG = package/config 
    1212 
    13 noconfig_targets := menuconfig config tags autobuild 
     13noconfig_targets := menuconfig config tags 
    1414 
    1515# Pull in the user's configuration file 
     
    119119        @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 
    120120 
    121 oldconfig: $(CONFIG)/conf 
    122         @-touch .config 
    123         @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) 
    124  
    125 autobuild: $(CONFIG)/conf 
    126         @-touch .config 
    127         @$(CONFIG)/conf -m $(CONFIG_CONFIG_IN) 
    128         @grep -v ^BUSYBOX .config > .config.autobuild 
    129         @cat .busybox-config .config.autobuild > .config 
    130  
    131121tools/install-lbin: 
    132122        $(MAKE) -C tools install-lbin