SF.net SVN: gar:[22908] csw/mgar/pkg/libsunperf/trunk/Makefile

opk at users.sourceforge.net opk at users.sourceforge.net
Tue Jan 28 12:00:11 CET 2014


Revision: 22908
          http://sourceforge.net/p/gar/code/22908
Author:   opk
Date:     2014-01-28 11:00:10 +0000 (Tue, 28 Jan 2014)
Log Message:
-----------
libsunperf: seems I need to make cookies for custom make rules

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

Modified: csw/mgar/pkg/libsunperf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsunperf/trunk/Makefile	2014-01-28 10:33:25 UTC (rev 22907)
+++ csw/mgar/pkg/libsunperf/trunk/Makefile	2014-01-28 11:00:10 UTC (rev 22908)
@@ -57,12 +57,14 @@
 install-custom-i386:
 	ginstall -d $(DESTDIR)$(libdir)
 	$(foreach L,$(FLIBS-$(GARCH)),if [ -f $(SOS12_CC_HOME)/lib/$L ]; then ginstall $(SOS12_CC_HOME)/lib/$L $(DESTDIR)$(libdir)$(ISA_SS32-$(GARCH))/$L; fi;)
+	@$(MAKECOOKIE)
 
 install-custom-sparc:
 	ginstall -d $(DESTDIR)$(libdir)
 	ginstall -d $(DESTDIR)$(libdir)/v8
 	ln -s v8/$(FLIBS-sparc) $(DESTDIR)$(libdir)/$(FLIBS-sparc)
 	$(foreach L,$(FLIBS-$(GARCH)),if [ -f $(SOS12_CC_HOME)/lib/$L ]; then ginstall $(SOS12_CC_HOME)/lib/$L $(DESTDIR)$(libdir)$(ISA_SS32-$(GARCH))/v8/$L; fi;)
+	@$(MAKECOOKIE)
 
 install-custom: install-custom-$(GARCH)
 	ginstall -d $(DESTDIR)$(libdir)/$(ISA_DEFAULT64)

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