[lisplab-cvs] r148 - trunk
Jørn Inge Vestgården
jivestgarden at common-lisp.net
Sun Mar 21 15:17:48 UTC 2010
Author: jivestgarden
Date: Sun Mar 21 11:17:48 2010
New Revision: 148
Log:
svnversion target in makefile
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Mar 21 11:17:48 2010
@@ -22,8 +22,8 @@
--eval "(tinaa:document-system 'asdf-system 'lisplab #P\"tinaa/\")" \
--eval "(sb-ext::quit)"
-touch:
- touch system/lisplab.asd
+svnversion:
+ svnversion -n > SVNVERSION
lispclean:
-find . -name "*.fasl" -exec rm \{} \;
More information about the lisplab-cvs
mailing list