[csw-devel] SF.net SVN: gar:[20298] csw/mgar/pkg/guile/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Mon Feb 11 15:18:18 CET 2013


Revision: 20298
          http://gar.svn.sourceforge.net/gar/?rev=20298&view=rev
Author:   pfelecan
Date:     2013-02-11 14:18:17 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
guile/trunk: force cache refresh post installation

Modified Paths:
--------------
    csw/mgar/pkg/guile/trunk/Makefile

Modified: csw/mgar/pkg/guile/trunk/Makefile
===================================================================
--- csw/mgar/pkg/guile/trunk/Makefile	2013-02-11 13:47:07 UTC (rev 20297)
+++ csw/mgar/pkg/guile/trunk/Makefile	2013-02-11 14:18:17 UTC (rev 20298)
@@ -137,4 +137,11 @@
 	cd $(DESTDIR)$(libdir) && ln -s libguile.so.12.3.0 libguile.so.12
 	ginstall $(WORKDIR)/libguile-ltdl.so.1.0.0 $(DESTDIR)$(libdir)
 	cd $(DESTDIR)$(libdir) && ln -s libguile-ltdl.so.1.0.0 libguile-ltdl.so.1
+	# the compiled and cached files must be newer than the sources,
+	# avoiding messages such as ";;; note: source file
+	# /opt/csw/share/guile/2.0/ice-9/eval.scm ;;; newer than compiled
+	# /opt/csw/lib/guile/2.0/ccache/ice-9/eval.go" interfering with
+	# configure usage of guile-config output, e.g., in autogen
+	sleep 1
+	find $(DESTDIR)$(libdir) -type f -name '*.go' -exec touch {} \;
 	$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list