Commit from zer0 on branch b_zer0 (2008-05-12 15:10 CEST)
=================================

Use bash instead of sh, and use SHELL variable.

  aversive  mk/aversive_project.mk  1.32.4.14


===============================
aversive/mk/aversive_project.mk  (1.32.4.13 -> 1.32.4.14)
===============================

@@ -167,7 +167,7 @@
 export HOSTCC = gcc
 export REMOVE = rm -f
 export COPY = cp
-export SHELL = sh
+export SHELL = bash
 DATE=`date`
 MD5 = md5sum
 export AVRDUDE = avrdude
@@ -369,23 +369,23 @@
 # ------ config targets
 
 config:
-       @sh -n $(AVERSIVE_DIR)/config/config.in
+       @${SHELL} -n $(AVERSIVE_DIR)/config/config.in
        @HELP_FILE=$(AVERSIVE_DIR)/config/Configure.help \
                AUTOCONF_FILE=autoconf.h \
-               sh $(AVERSIVE_DIR)/config/scripts/Configure 
$(AVERSIVE_DIR)/config/config.in
+               ${SHELL} $(AVERSIVE_DIR)/config/scripts/Configure 
$(AVERSIVE_DIR)/config/config.in
 
 noconfig:
-       @sh -n $(AVERSIVE_DIR)/config/config.in
+       @${SHELL} -n $(AVERSIVE_DIR)/config/config.in
        @HELP_FILE=$(AVERSIVE_DIR)/config/Configure.help \
                AUTOCONF_FILE=autoconf.h \
-               sh $(AVERSIVE_DIR)/config/scripts/Configure -d 
$(AVERSIVE_DIR)/config/config.in
+               ${SHELL} $(AVERSIVE_DIR)/config/scripts/Configure -d 
$(AVERSIVE_DIR)/config/config.in
 
 menuconfig:
-       @sh -n $(AVERSIVE_DIR)/config/config.in
+       @${SHELL} -n $(AVERSIVE_DIR)/config/config.in
        @make -C $(AVERSIVE_DIR)/config/scripts/lxdialog all
        @HELP_FILE=$(AVERSIVE_DIR)/config/Configure.help \
                AUTOCONF_FILE=autoconf.h \
-               sh $(AVERSIVE_DIR)/config/scripts/Menuconfig 
$(AVERSIVE_DIR)/config/config.in
+               ${SHELL} $(AVERSIVE_DIR)/config/scripts/Menuconfig 
$(AVERSIVE_DIR)/config/config.in
 
 # ------ clean targets
 

_______________________________________________
Avr-list mailing list
Avr-list@droids-corp.org
CVSWEB : http://cvsweb.droids-corp.org/cgi-bin/viewcvs.cgi/aversive
WIKI : http://wiki.droids-corp.org/index.php/Aversive
DOXYGEN : http://zer0.droids-corp.org/doxygen_aversive/html/
BUGZILLA : http://bugzilla.droids-corp.org
COMMIT LOGS : http://zer0.droids-corp.org/aversive_commitlog

Répondre à