* attila/src/attila.sh :
- Ajout d'un coup d'autostuff pour chaque outil en prelude a la compilation.
This commit is contained in:
parent
c2b7f49dbd
commit
78c90982d1
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $Id: attila.conf,v 1.2 2002/09/30 16:19:43 czo Exp $
|
||||
# $Id: attila.conf,v 1.3 2002/09/30 18:30:05 jpc Exp $
|
||||
#
|
||||
# -*- Mode: Shell-script -*-
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $Id: attila.sh,v 1.2 2002/09/30 16:19:43 czo Exp $
|
||||
# $Id: attila.sh,v 1.3 2002/09/30 18:30:11 jpc Exp $
|
||||
#
|
||||
# /------------------------------------------------------------------\
|
||||
# | |
|
||||
|
@ -398,7 +398,7 @@
|
|||
|
||||
cd $HOME/alliance/src
|
||||
if [ ! -f $TOOL/Makefile.in ]; then
|
||||
./autostuff $TOOL
|
||||
./autostuff
|
||||
fi
|
||||
|
||||
if [ "$ASIM" = "y" ]; then
|
||||
|
@ -423,6 +423,10 @@
|
|||
|
||||
echo " o Building & installing requested tools."
|
||||
for TOOL in $TOOLS; do
|
||||
echo " - Making autostuff for $TOOL."
|
||||
cd $HOME/alliance/src
|
||||
./autostuff $TOOL
|
||||
|
||||
cd $BUILD_DIR
|
||||
if [ ! -d $TOOL ]; then
|
||||
echo " - Creating $TOOL directory."
|
||||
|
|
Loading…
Reference in New Issue