Updated for ./configure with autogen.sh
This commit is contained in:
parent
c37bf68451
commit
2d1105ab0f
3 changed files with 5 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: fberckel $
|
# Author : $Author: fberckel $
|
||||||
# Version : $Revision: 1.1 $
|
# Version : $Revision: 1.2 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/cvsUpdate.sh,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/cvsUpdate.sh,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: fberckel $
|
# Author : $Author: fberckel $
|
||||||
# Version : $Revision: 1.1 $
|
# Version : $Revision: 1.2 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/splayTest.sh,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/splayTest.sh,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: fberckel $
|
# Author : $Author: fberckel $
|
||||||
# Version : $Revision: 1.1 $
|
# Version : $Revision: 1.2 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/startMakeRecompile.sh,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/startMakeRecompile.sh,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -49,6 +49,8 @@ cd $bindir/..
|
||||||
cvs update -dP >& $logdir/cvs_before_setup.log
|
cvs update -dP >& $logdir/cvs_before_setup.log
|
||||||
ls -l $logdir/cvs_before_setup.log >> $logdir/cvs_before_setup.log
|
ls -l $logdir/cvs_before_setup.log >> $logdir/cvs_before_setup.log
|
||||||
echo "Compare with cvs is be done, cvs_before_setup.log is created"
|
echo "Compare with cvs is be done, cvs_before_setup.log is created"
|
||||||
|
bin/autogen.sh >& $logdir/configure_before_setup.log
|
||||||
|
echo "Run autogen.sh & configure, configure_before_setup.log is created"
|
||||||
make distclean >& $logdir/distclean_before_setup.log
|
make distclean >& $logdir/distclean_before_setup.log
|
||||||
ls -l $logdir/distclean_before_setup.log >> $logdir/distclean_before_setup.log
|
ls -l $logdir/distclean_before_setup.log >> $logdir/distclean_before_setup.log
|
||||||
echo "Cleaning the setup is be done, distclean_before_setup.log is created"
|
echo "Cleaning the setup is be done, distclean_before_setup.log is created"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue