From: Greg <fr...@us...> - 2005-06-26 20:00:54
|
Update of /cvsroot/ggnfs/branch_0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4680 Modified Files: Changelog Added Files: makesymlinks.sh Log Message: Added a script to recreate the missing symbolic links after a CVS checkout. --- NEW FILE: makesymlinks.sh --- #!/bin/sh ln -s Makefile.athlon src/Makefile ln -s piii src/lasieve4/asm echo "Symbolic links have been created." Index: Changelog =================================================================== RCS file: /cvsroot/ggnfs/branch_0/Changelog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Changelog 26 Jun 2005 19:18:46 -0000 1.6 --- Changelog 26 Jun 2005 20:00:45 -0000 1.7 *************** *** 1,4 **** 6/26/05 (frmky) ! * Add missing link in src/lasieve4. 6/26/05 (asl) --- 1,5 ---- 6/26/05 (frmky) ! * Added makesymlinks.sh to recreate the missing symbolic links after ! a CVS checkout. 6/26/05 (asl) |