/[CCFs]/bin/buildagain
ViewVC logotype

Diff of /bin/buildagain

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

revision 1.10 by ccflib, Fri Nov 11 16:37:07 2005 UTC revision 1.12 by ccflib, Fri Nov 11 16:58:45 2005 UTC
# Line 1  Line 1 
1  #! /usr/local/bin/bash  #! /usr/local/bin/bash
2  #  #
3  # $Id: buildagain,v 1.9 2005/11/11 16:07:24 ccflib Exp $  # $Id: buildagain,v 1.10 2005/11/11 16:37:07 ccflib Exp $
4  #  #
5  # + Build again a specific set of CCF packages  # + Build again a specific set of CCF packages
6  # + Moves the resulting CCF to final destination  # + Moves the resulting CCF to final destination
# Line 91  done Line 91  done
91    
92  cd $builddir || exit 1  cd $builddir || exit 1
93    
94    # notice that this is different of the standard builddir which is
95    # set to $HOME/builds/tmp, so the find command will not mess up
96    # with it
97    
98  flist=`find . -name '*.CCF'`  flist=`find . -name '*.CCF'`
99    
100  if [ -z "$flist" ] ; then  if [ -z "$flist" ] ; then

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.27