Changeset 540

Show
Ignore:
Timestamp:
08/25/06 00:19:09 (2 years ago)
Author:
tg
Message:

V wasn't effective there

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/build.mk

    r539 r540  
    1616ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) 
    1717-include $(TOPDIR)/.config 
     18endif 
     19ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y) 
     20else 
     21V:=99 
    1822endif 
    1923include $(TOPDIR)/rules.mk 
     
    8993 
    9094else # ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y) 
    91 V:=99 
    92  
    9395all: menuconfig 
    9496        @echo "Start the build with \"make\" or with \"make v\" to be verbose"