Changeset 2208

Show
Ignore:
Timestamp:
03/20/07 15:19:04 (2 years ago)
Author:
tg
Message:

try to work around hen-egg problem, sorry dnehring@, please continue to test this, I cannot

Files:

Legend:

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

    r2182 r2208  
    2323 
    2424config: .prereq_done 
    25         @${GMAKE_INV} config 
     25        @${GMAKE_INV} FWRTPREREQ=1 config 
    2626 
    2727oldconfig: .prereq_done 
    28         @${GMAKE_INV} oldconfig 
     28        @${GMAKE_INV} FWRTPREREQ=1 oldconfig 
    2929 
    3030cleandir: .prereq_done 
     
    4242 
    4343menuconfig: .prereq_done 
    44         @${GMAKE_INV} menuconfig 
     44        @${GMAKE_INV} FWRTPREREQ=1 menuconfig 
    4545 
    4646allnoconfig: .prereq_done 
    47         @${GMAKE_INV} allnoconfig 
     47        @${GMAKE_INV} FWRTPREREQ=1 allnoconfig 
    4848 
    4949allmodconfig: .prereq_done 
    50         @${GMAKE_INV} allmodconfig 
     50        @${GMAKE_INV} FWRTPREREQ=1 allmodconfig 
    5151 
    5252snapshotconfig: .prereq_done 
    53         @${GMAKE_INV} snapshotconfig 
     53        @${GMAKE_INV} FWRTPREREQ=1 snapshotconfig 
    5454 
    5555package_index: .prereq_done 
     
    135135                chmod 555 lbin/gcc; \ 
    136136        fi 
    137         @${GMAKE_INV} tools/install-lbin 
     137        @${GMAKE_INV} FWRTPREREQ=1 tools/install-lbin 
    138138        @echo '===> Prerequisites checked successfully.' 
    139139        @touch $@ 
  • trunk/freewrt/rules.mk

    r2205 r2208  
    5757#"))"))"))"))")) # for vim's broken syntax highlighting :) 
    5858 
     59ifeq (${FWRTPREREQ},) 
    5960ifneq ($(FWRT_USE_CCACHE),) 
    6061TARGET_COMPILER_PREFIX+=        ccache 
     
    9495$(error Cannot determine target "uname -m" output) 
    9596endif 
     97endif # not FWRTPREREQ 
    9698 
    9799export UNAME_S UNAME_R UNAME_M 
  • trunk/freewrt/tools/Makefile

    r2204 r2208  
    55# or at http://www.freewrt.org/licence for details. 
    66 
     7FWRTPREREQ=1 
    78include $(TOPDIR)/rules.mk 
    89 
  • trunk/freewrt/tools/gmake/Makefile

    r2206 r2208  
    1111PKG_SOURCE_URL=         http://ftp.gnu.org/gnu/make/ 
    1212 
     13FWRTPREREQ=1 
    1314include ${TOPDIR}/rules.mk 
    1415include ../rules.mk 
  • trunk/freewrt/tools/paxmirabilis/Makefile

    r1686 r2208  
    55# or at http://www.freewrt.org/licence for details. 
    66 
     7FWRTPREREQ=1 
    78include $(TOPDIR)/rules.mk 
    89