* 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 #!/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 -*- # -*- Mode: Shell-script -*-
# #
@ -10,7 +10,7 @@
# | T o o l I n s t a l l e r | # | T o o l I n s t a l l e r |
# | | # | |
# | Author : Jean-Paul CHAPUT | # | Author : Jean-Paul CHAPUT |
# | E-mail : alliance-users@asim.lip6.fr | # | E-mail : alliance-users@asim.lip6.fr |
# | ================================================================ | # | ================================================================ |
# | sh script : "./attila" | # | sh script : "./attila" |
# | **************************************************************** | # | **************************************************************** |

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/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 $
# #
# /------------------------------------------------------------------\ # /------------------------------------------------------------------\
# | | # | |
@ -8,7 +8,7 @@
# | T o o l I n s t a l l e r | # | T o o l I n s t a l l e r |
# | | # | |
# | Author : Jean-Paul CHAPUT | # | Author : Jean-Paul CHAPUT |
# | E-mail : alliance-users@asim.lip6.fr | # | E-mail : alliance-users@asim.lip6.fr |
# | ================================================================ | # | ================================================================ |
# | sh script : "./attila" | # | sh script : "./attila" |
# | **************************************************************** | # | **************************************************************** |
@ -93,7 +93,7 @@
echo "" echo ""
echo " Alliance CAD System 5.0, attila 0.1" echo " Alliance CAD System 5.0, attila 0.1"
echo " Copyright (c) 2002-2002, ASIM/LIP6/UPMC" echo " Copyright (c) 2002-2002, ASIM/LIP6/UPMC"
echo " E-mail : alliance-users@asim.lip6.fr" echo " E-mail : alliance-users@asim.lip6.fr"
echo "" echo ""
echo "" echo ""
} }
@ -398,7 +398,7 @@
cd $HOME/alliance/src cd $HOME/alliance/src
if [ ! -f $TOOL/Makefile.in ]; then if [ ! -f $TOOL/Makefile.in ]; then
./autostuff $TOOL ./autostuff
fi fi
if [ "$ASIM" = "y" ]; then if [ "$ASIM" = "y" ]; then
@ -423,6 +423,10 @@
echo " o Building & installing requested tools." echo " o Building & installing requested tools."
for TOOL in $TOOLS; do for TOOL in $TOOLS; do
echo " - Making autostuff for $TOOL."
cd $HOME/alliance/src
./autostuff $TOOL
cd $BUILD_DIR cd $BUILD_DIR
if [ ! -d $TOOL ]; then if [ ! -d $TOOL ]; then
echo " - Creating $TOOL directory." echo " - Creating $TOOL directory."