Changeset 1155

Show
Ignore:
Timestamp:
11/17/06 18:11:48 (2 years ago)
Author:
n0-1
Message:

new target: allnoconfig - creates a config with everything disabled

Files:

Legend:

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

    r831 r1155  
    4040menuconfig: .prereq_done 
    4141        @${GMAKE_INV} menuconfig 
     42 
     43allnoconfig: .prereq_done 
     44        @${GMAKE_INV} allnoconfig 
    4245 
    4346package_index: .prereq_done 
  • trunk/freewrt/mk/build.mk

    r869 r1155  
    1111CONFIG = package/config 
    1212 
    13 noconfig_targets := menuconfig config tags 
     13noconfig_targets := menuconfig config tags allnoconfig 
    1414 
    1515# Pull in the user's configuration file 
     
    116116        @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 
    117117 
     118allnoconfig: $(CONFIG)/conf 
     119        @-touch .config 
     120        @$(CONFIG)/conf -n $(CONFIG_CONFIG_IN) 
     121 
    118122tools/install-lbin: 
    119123        $(MAKE) -C tools install-lbin