[cells-cvs] CVS update: cell-cultures/asdf-registry/create-symlinks.sh
Thomas F. Burdick
tburdick at common-lisp.net
Mon Jul 5 19:26:44 UTC 2004
Update of /project/cells/cvsroot/cell-cultures/asdf-registry
In directory common-lisp.net:/tmp/cvs-serv5212/asdf-registry
Modified Files:
create-symlinks.sh
Log Message:
Added celtic and clyde.
Date: Mon Jul 5 12:26:44 2004
Author: tburdick
Index: cell-cultures/asdf-registry/create-symlinks.sh
diff -u cell-cultures/asdf-registry/create-symlinks.sh:1.1 cell-cultures/asdf-registry/create-symlinks.sh:1.2
--- cell-cultures/asdf-registry/create-symlinks.sh:1.1 Tue Jun 29 18:08:33 2004
+++ cell-cultures/asdf-registry/create-symlinks.sh Mon Jul 5 12:26:44 2004
@@ -1,61 +1,65 @@
+rm -f asdf-aclproj.asd;
if [ -d ../asdf-aclproj ]; then
echo Adding asdf-aclproj.asd;
- rm -f asdf-aclproj.asd;
ln -s ../asdf-aclproj/asdf-aclproj.asd asdf-aclproj.asd;
fi
+rm -f cello.asd cellocore.asd;
if [ -d ../cello ]; then
echo Adding cello.asd;
- rm -f cello.asd;
ln -s ../cello/cello.asd cello.asd;
echo Adding cellocore.asd;
- rm -f cellocore.asd;
ln -s ../cello/cellocore.asd cellocore.asd;
fi
+rm -f cellodemo.asd;
if [ -d ../cellodemo ]; then
echo Adding cellodemo.asd;
- rm -f cellodemo.asd;
ln -s ../cellodemo/cellodemo.asd cellodemo.asd;
fi
+rm -f cells.asd cells-test.asd;
if [ -d ../cells ]; then
echo Adding cells.asd;
- rm -f cells.asd;
ln -s ../cells/cells.asd cells.asd;
echo Adding cells-test.asd;
- rm -f cells-test.asd;
- ln -s ../cells/cells-test.asd cells-test.asd;
+ ln -s ../cells/cells-test/cells-test.asd cells-test.asd;
fi
+rm -f celtic.asd;
+if [ -d ../celtic ]; then
+ echo Adding celtic.asd;
+ ln -s ../celtic/celtic.asd celtic.asd;
+fi
+
+rm -f clyde.asd;
+if [ -d ../clyde ]; then
+ echo Adding clyde.asd;
+ ln -s ../clyde/clyde.asd clyde.asd;
+fi
+
+rm -f cl-magick.asd;
if [ -d ../cl-magick ]; then
echo Adding cl-magick.asd;
- rm -f cl-magick.asd;
ln -s ../cl-magick/cl-magick.asd cl-magick.asd;
fi
+rm -f cl-openal.asd;
if [ -d ../cl-openal ]; then
echo Adding cl-openal.asd;
- rm -f cl-openal.asd;
ln -s ../cl-openal/cl-openal.asd cl-openal.asd;
fi
+rm -f cl-opengl.asd;
if [ -d ../cl-opengl ]; then
echo Adding cl-opengl.asd;
- rm -f cl-opengl.asd;
ln -s ../cl-opengl/cl-opengl.asd cl-opengl.asd;
fi
+rm -f ffi-extender.asd;
if [ -d ../ffi-extender ]; then
echo Adding ffi-extender.asd;
- rm -f ffi-extender.asd;
ln -s ../ffi-extender/ffi-extender.asd ffi-extender.asd;
-fi
-
-if [ -d ../ide/cloucell ]; then
- echo Adding cloucell.asd;
- rm -f cloucell.asd;
- ln -s ../ide/cloucell/cloucell.asd cloucell.asd;
fi
More information about the Cells-cvs
mailing list