[csw-devel] SF.net SVN: gar:[10680] csw/mgar/gar/v2/gar.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Aug 2 13:33:01 CEST 2010


Revision: 10680
          http://gar.svn.sourceforge.net/gar/?rev=10680&view=rev
Author:   dmichelsen
Date:     2010-08-02 11:33:01 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
mGAR v2: Fix minor issue with gmake 3.82, may investigate later

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2010-08-01 00:52:43 UTC (rev 10679)
+++ csw/mgar/gar/v2/gar.mk	2010-08-02 11:33:01 UTC (rev 10680)
@@ -237,12 +237,18 @@
 #################### DIRECTORY MAKERS ####################
 
 # This is to make dirs as needed by the base rules
-$(sort $(DOWNLOADDIR) $(PARTIALDIR) $(COOKIEDIR) $(WORKSRC) $(addprefix $(WORKROOTDIR)/build-,global $(MODULATIONS)) $(EXTRACTDIR) $(FILEDIR) $(SCRATCHDIR) $(PKGROOT) $(INSTALL_DIRS) $(INSTALLISADIR) $(GARCHIVEDIR) $(GARPKGDIR) $(STAGINGDIR)) $(COOKIEDIR)/%:
+$(sort $(DOWNLOADDIR) $(PARTIALDIR) $(COOKIEDIR) $(WORKSRC) $(addprefix $(WORKROOTDIR)/build-,global $(MODULATIONS)) $(EXTRACTDIR) $(FILEDIR) $(SCRATCHDIR) $(PKGROOT) $(INSTALL_DIRS) $(INSTALLISADIR) $(GARCHIVEDIR) $(GARPKGDIR) $(STAGINGDIR)):
 	@if test -d $@; then : ; else \
 		ginstall -d $@; \
 		echo "ginstall -d $@"; \
 	fi
 
+$(COOKIEDIR)/%:
+	@if test -d $@; then : ; else \
+		ginstall -d $@; \
+		echo "ginstall -d $@"; \
+	fi
+
 # These stubs are wildcarded, so that the port maintainer can
 # define something like "pre-configure" and it won't conflict,
 # while the configure target can call "pre-configure" safely even


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