Bon, ce coup-ci j'espere que c'est la bonne!

This commit is contained in:
Jean-Paul Chaput 2004-07-17 22:36:07 +00:00
parent 1d01c84b84
commit d07106408f
2 changed files with 7 additions and 6 deletions

View File

@ -158,6 +158,7 @@ Sources of the Alliance VLSI CAD System, as you might guess...
%files tutorials %files tutorials
%{prefix}/tutorials %{prefix}/tutorials
%{prefix}/examples
%{prefix}/doc/overview %{prefix}/doc/overview
%{prefix}/doc/design-flow %{prefix}/doc/design-flow
%{prefix}/doc/alliance-run %{prefix}/doc/alliance-run

View File

@ -3,7 +3,7 @@
# Copyright (C) 1999, 2000, 2001, 2002, 2003 Czo <Olivier.Sirol@lip6.fr> # Copyright (C) 1999, 2000, 2001, 2002, 2003 Czo <Olivier.Sirol@lip6.fr>
# License: GPL (http://www.gnu.org/copyleft/gpl.html) # License: GPL (http://www.gnu.org/copyleft/gpl.html)
# #
# $Id: mkdistrib,v 1.15 2004/07/17 09:32:05 jpc Exp $ # $Id: mkdistrib,v 1.16 2004/07/17 22:36:07 jpc Exp $
# #
# /------------------------------------------------------------------\ # /------------------------------------------------------------------\
# | | # | |
@ -45,7 +45,7 @@
# MKDISTRIB_PID="26882" # MKDISTRIB_PID="26882"
TARGETS="purcell funk" TARGETS="purcell funk"
# TARGETS="" # TARGETS="funk"
TARGETLOGFILE=/tmp/alliance-build.$MKDISTRIB_PID TARGETLOGFILE=/tmp/alliance-build.$MKDISTRIB_PID
LOGFILE="$DISTRIBDIR/mkdistrib-run.log" LOGFILE="$DISTRIBDIR/mkdistrib-run.log"
@ -201,7 +201,7 @@
try ../src/configure --prefix=$ALLIANCE_TOP try ../src/configure --prefix=$ALLIANCE_TOP
try make DESTDIR="$DISTRIBDIR/alliance/$TMPINSTALLDIR" install try make DESTDIR="$DISTRIBDIR/alliance/$TMPINSTALLDIR" install
#try make distcheck #try make distcheck
try make dist try make dist
mv "$NAME.tar.gz" "$PACK.tar.gz" mv "$NAME.tar.gz" "$PACK.tar.gz"
@ -223,9 +223,9 @@
ssh -n $TARGET \ ssh -n $TARGET \
"cd $DISTRIBDIR/$TMPBUILDDIR/$TARGET; \ "cd $DISTRIBDIR/$TMPBUILDDIR/$TARGET; \
ALLIANCE_TOP=$ALLIANCE_TOP; export ALLIANCE_TOP; \ ALLIANCE_TOP=$ALLIANCE_TOP; export ALLIANCE_TOP; \
CPPFLAGS=-I$DISTRIBDIR/$TMPDESTDIR/$TARGET/include; export CPPFLAGS; \ CPPFLAGS=-I$DISTRIBDIR/$TMPDESTDIR/$TARGET$ALLIANCE_TOP/include; export CPPFLAGS; \
CFLAGS=-I$DISTRIBDIR/$TMPDESTDIR/$TARGET/include; export CFLAGS; \ CFLAGS=-I$DISTRIBDIR/$TMPDESTDIR/$TARGET$ALLIANCE_TOP/include; export CFLAGS; \
LIBS=-L$DISTRIBDIR/$TMPDESTDIR/$TARGET/lib; export LIBS; \ LIBS=-L$DISTRIBDIR/$TMPDESTDIR/$TARGET$ALLIANCE_TOP/lib; export LIBS; \
MAKE=gmake; export MAKE; \ MAKE=gmake; export MAKE; \
PATH=${PATH}:/usr/ccs/bin; export PATH; \ PATH=${PATH}:/usr/ccs/bin; export PATH; \
../../$NAME/configure --prefix=$ALLIANCE_TOP --enable-alc-shared; \ ../../$NAME/configure --prefix=$ALLIANCE_TOP --enable-alc-shared; \