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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Oct 30 14:25:23 CET 2012


Revision: 19539
          http://gar.svn.sourceforge.net/gar/?rev=19539&view=rev
Author:   bdwalton
Date:     2012-10-30 13:25:22 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
libsunperf/trunk: the i386 lib for sunperf does not exist (only amd64) so modify the recipe to make it conditional

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

Modified: csw/mgar/pkg/libsunperf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsunperf/trunk/Makefile	2012-10-30 11:38:32 UTC (rev 19538)
+++ csw/mgar/pkg/libsunperf/trunk/Makefile	2012-10-30 13:25:22 UTC (rev 19539)
@@ -46,7 +46,7 @@
 
 install-custom:
 	ginstall -d $(DESTDIR)$(libdir)
-	$(foreach L,$(FLIBS-$(GARCH)),ginstall $(SOS12_CC_HOME)/lib/$L $(DESTDIR)$(libdir)/$L;)
+	$(foreach L,$(FLIBS-$(GARCH)),if [ -f $(SOS12_CC_HOME)/lib/$L ]; then ginstall $(SOS12_CC_HOME)/lib/$L $(DESTDIR)$(libdir)/$L; fi)
 	ginstall -d $(DESTDIR)$(libdir)/$(ISA_DEFAULT64)
 	$(foreach L,$(FLIBS-$(GARCH)),if [ -f $(SOS12_CC_HOME)/lib/$(SRCDIR-$(ISA_DEFAULT64))/$L ]; then ginstall $(SOS12_CC_HOME)/lib/$(SRCDIR-$(ISA_DEFAULT64))/$L $(DESTDIR)$(libdir)/$(ISA_DEFAULT64)/$L; fi;)
 	@$(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