/[CCFs]/bin/buildagain
ViewVC logotype

Diff of /bin/buildagain

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ccflib, Fri Nov 11 15:42:25 2005 UTC revision 1.7 by ccflib, Fri Nov 11 15:43:38 2005 UTC
# Line 1  Line 1 
1  #! /usr/local/bin/bash  #! /usr/local/bin/bash
2  #  #
3  # $Id: buildagain,v 1.5 2005/11/11 15:40:06 ccflib Exp $  # $Id: buildagain,v 1.6 2005/11/11 15:42:25 ccflib Exp $
4  #  #
5  # + Build again a specific set of CCF packages  # + Build again a specific set of CCF packages
6  #  #
# Line 56  if [ -d $builddir ] ; then Line 56  if [ -d $builddir ] ; then
56  fi  fi
57  mkdir -p $builddir  mkdir -p $builddir
58  cd $builddir || exit 1  cd $builddir || exit 1
59  echo -n Removing the contents of $builddir ...  echo Removing the contents of $builddir ...
60  rm -fr *  rm -fr *
61    
62  mkdir packages || exit 1  mkdir packages || exit 1

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.27