/[imapfilter]/imapfilter/config
ViewVC logotype

Diff of /imapfilter/config

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

revision 1.8.2.4 by lefcha, Mon Sep 30 19:25:19 2002 UTC revision 1.8.2.5 by lefcha, Tue Oct 1 10:20:58 2002 UTC
# Line 168  fi Line 168  fi
168    
169  # Backup of original Makefile and config.h  # Backup of original Makefile and config.h
170    
171  if [ ! -f .Makefile ]; then cp Makefile .Makefile; fi  if [ ! -f .Makefile ]; then cp -f Makefile .Makefile; fi
172  if [ ! -f .config.h ]; then cp config.h .config.h; fi  if [ ! -f .config.h ]; then cp -f config.h .config.h; fi
173    
174    
175  # Write Makefile  # Write Makefile
176    
177  mv Makefile Makefile~  mv -f Makefile Makefile~
178    
179  cat > Makefile << EOF  cat > Makefile << EOF
180  CC = cc  CC = cc
# Line 222  EOF Line 222  EOF
222    
223  # Write config.h  # Write config.h
224    
225  mv config.h config.h~  mv -f config.h config.h~
226    
227  echo "/* Debugging information. */" > config.h  echo "/* Debugging information. */" > config.h
228  if [ $debug = "yes" ]  if [ $debug = "yes" ]

Legend:
Removed from v.1.8.2.4  
changed lines
  Added in v.1.8.2.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26