* attila/src/attila.sh :

- Ajout d'un coup d'autostuff pour chaque outil en prelude a la
       compilation.
This commit is contained in:
Jean-Paul Chaput 2002-09-30 18:30:11 +00:00
parent c2b7f49dbd
commit 78c90982d1
2 changed files with 10 additions and 6 deletions

View File

@ -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 -*-
#

View File

@ -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."