Changeset 341

Show
Ignore:
Timestamp:
07/22/06 04:16:13 (2 years ago)
Author:
tg
Message:

move the export line from prereq.mk to rules.mk and remove SHELL from it
since that's special (always use ${BASH} if you must) according to TFM

Files:

Legend:

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

    r339 r341  
    138138        @echo "PATH=$$(pwd)/lbin:$$PATH" >>lbin/prereq.mk 
    139139        @echo "SHELL=$$(lbin/which bash)" >>lbin/prereq.mk 
    140         @echo "export BASH HOSTCC HOSTCFLAGS LC_ALL MAKE OStype PATH SHELL" \ 
    141             >>lbin/prereq.mk 
    142140        @env NO_ERROR=${NO_ERROR} bash scripts/scan-tools.sh 
    143141        @ln -s $$(lbin/which ${CC}) lbin/gcc 
  • trunk/freewrt/rules.mk

    r340 r341  
    22 
    33include $(TOPDIR)/lbin/prereq.mk 
     4export BASH HOSTCC HOSTCFLAGS LC_ALL MAKE OStype PATH 
    45include $(TOPDIR)/.config 
    56