Changeset 532

Show
Ignore:
Timestamp:
08/24/06 19:52:27 (2 years ago)
Author:
wbx
Message:

rename target, suggested by tg

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Makefile

    r529 r532  
    7272        @${GMAKE_INV} autobuild 
    7373 
    74 snapshots: .prereq_done 
    75         @${GMAKE_INV} snapshots 
     74snapshot: .prereq_done 
     75        @${GMAKE_INV} snapshot 
    7676 
    7777package_index: .prereq_done 
  • trunk/freewrt/build.mk

    r529 r532  
    1111CONFIG = package/config 
    1212 
    13 noconfig_targets := menuconfig config tags autobuild snapshots 
     13noconfig_targets := menuconfig config tags autobuild snapshot 
    1414 
    1515# Pull in the user's configuration file 
     
    130130        @cat .busybox-config .config.autobuild > .config 
    131131 
    132 snapshots: $(CONFIG)/conf $(SNAPSHOT_DIR) 
     132snapshot: $(CONFIG)/conf $(SNAPSHOT_DIR) 
    133133        @-touch .config  
    134134        @$(CONFIG)/conf -d $(CONFIG_CONFIG_IN)