[clhp-cvs] CVS update: clhp/Makefile

Anthony Ventimiglia aventimiglia at common-lisp.net
Thu Nov 13 03:40:17 UTC 2003


Update of /project/clhp/cvsroot/clhp
In directory common-lisp.net:/tmp/cvs-serv32699

Modified Files:
	Makefile 
Log Message:
Commented out LIBDIR, since it is not used in this insatllation 

Date: Wed Nov 12 22:40:16 2003
Author: aventimiglia

Index: clhp/Makefile
diff -u clhp/Makefile:1.17 clhp/Makefile:1.18
--- clhp/Makefile:1.17	Wed Nov 12 22:17:29 2003
+++ clhp/Makefile	Wed Nov 12 22:40:15 2003
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 2003/11/13 03:17:29 aventimiglia Exp $
+# $Id: Makefile,v 1.18 2003/11/13 03:40:15 aventimiglia Exp $
 #
 # CLHP the Common Lisp Hypertext Preprocessor
 # (C) 2003 Anthony J Ventimiglia
@@ -24,7 +24,7 @@
 SRCDIR=/usr/lib/cmucl/source/clhp
 
 # Directory where cmucl looks for libraries $CMUCLLIB
-LIBDIR=/usr/lib/cmucl/lib
+# LIBDIR=/usr/lib/cmucl/lib
 
 # Directory to install the clhp lisp core
 COREDIR=/usr/lib/cmucl
@@ -94,7 +94,7 @@
 # makefile most likeley will not match the cvs version ID in
 # clhp.lisp, since they depend on their own file's cvs date keyword.
 
-CVSID=$(shell echo $Date: 2003/11/13 03:17:29 $ | \
+CVSID=$(shell echo $Date: 2003/11/13 03:40:15 $ | \
 	awk '{print $$2}'| sed s/\\///g )cvs
 
 VERSION=$(CVSID)
@@ -158,7 +158,7 @@
 	done
 
 install-dirs:
-	$(INSTALLDIR) $(LIBDIR)
+#	$(INSTALLDIR) $(LIBDIR)
 	$(INSTALLDIR) $(COREDIR)
 	$(INSTALLDIR) $(BINDIR)
 	$(INSTALLDIR) $(DOCDIR)
@@ -172,9 +172,9 @@
 	for f in $(SOURCES) ; do \
 		if test -f $(SRCDIR)/$$f; then rm -v $(SRCDIR)/$$f ; fi ; \
 	done
-	for f in $(LIBS) ; do \
-		if test -f $(LIBDIR)/$$f; then rm -v $(LIBDIR)/$$f ; fi ; \
-	done
+# 	for f in $(LIBS) ; do \
+# 		if test -f $(LIBDIR)/$$f; then rm -v $(LIBDIR)/$$f ; fi ; \
+# 	done
 	for f in $(DOCS) ; do \
 		fullpath=$(DOCDIR)/$$f ; \
 		if test -f $$fullpath; then rm -v $$fullpath ; fi ; \
@@ -187,7 +187,7 @@
 
 uninstall-dirs: uninstall-files
 	-rmdir -v $(SRCDIR)
-	-rmdir -v $(LIBDIR)
+#	-rmdir -v $(LIBDIR)
 	-rmdir -v $(COREDIR)
 	-rmdir -v $(BINDIR)
 	-rmdir -v $(DOCDIR)





More information about the Clhp-cvs mailing list