Changeset 2294

Show
Ignore:
Timestamp:
03/27/07 15:39:29 (2 years ago)
Author:
tg
Message:

default to verbose, this is for developers, and the users have WIB

talked over with wbx@

Files:

Legend:

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

    r2225 r2294  
    77GMAKE?=         $(PWD)/lbin/gmake 
    88GMAKE_FMK=      ${GMAKE} -f $(PWD)/mk/build.mk 
    9 GMAKE_INV=      ${GMAKE_FMK} --no-print-directory 
     9GMAKE_INV=      ${GMAKE_FMK} V=99 
    1010 
    11 all: .prereq_done 
     11all verbose: .prereq_done 
    1212        @${GMAKE_INV} all 
    1313 
    1414v: .prereq_done 
    1515        (echo; echo "Build started on $$(LC_ALL=C LANGUAGE=C TZ=UTC date)"; \ 
    16             set -x; ${GMAKE_FMK} all V=99) 2>&1 | tee -a make.log 
    17  
    18 verbose: .prereq_done 
    19         @${GMAKE_FMK} all V=99 
     16            set -x; ${GMAKE_FMK} all) 2>&1 | tee -a make.log 
    2017 
    2118clean: .prereq_done