[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-687-g2f85cee

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Fri Jan 7 21:01:54 UTC 2011


The following commit has been merged in the master branch:
commit 2f85ceea5931d178ddaa453b9b4d532286f4f582
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Fri Jan 7 15:54:36 2011 -0500

    * now make.lip is a normal file and no more a link to make.lip.sample

diff --git a/Makefile b/Makefile
index 01014df..5b39b43 100644
--- a/Makefile
+++ b/Makefile
@@ -113,9 +113,6 @@ bin/path.h:
 path.h src/path.h:
 	@echo "#define LISAAC_DIRECTORY \"`pwd`\"" > $@
 
-make.lip: make.lip.sample
-	ln -s $< $@
-
 #
 # Compiler and Shorter
 #
@@ -146,7 +143,7 @@ install: bin/lisaac bin/shorter
 	mkdir -p $(DESTDIR)$(DOC)$(HTML)
 	cp bin/lisaac  $(DESTDIR)$(BIN) 
 	cp bin/shorter  $(DESTDIR)$(BIN)
-	cp make.lip.sample  $(DESTDIR)$(LIB)/make.lip
+	cp make.lip  $(DESTDIR)$(LIB)/make.lip
 	cp -rf lib/  $(DESTDIR)$(LIB)
 	cp -rf lib_os/  $(DESTDIR)$(LIB)
 	cp -rf doc/html/ $(DESTDIR)$(DOC)$(HTML)
@@ -182,7 +179,6 @@ distclean: clean
 
 clean:
 	-$(RM) -rf bootstrap
-	-$(RM) -f make.lip
 	-$(RM) -f install_lisaac
 	-$(RM) -f lisaac-cov.c lisaac-cov.cov lisaac-cov lisaac-cov.cov.orig
 	-$(RM) -f bin/path.h bin/shorter.c bin/shorter bin/lisaac

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list