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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Apr 23 02:17:10 CEST 2009


Revision: 4442
          http://gar.svn.sourceforge.net/gar/?rev=4442&view=rev
Author:   bdwalton
Date:     2009-04-23 00:17:10 +0000 (Thu, 23 Apr 2009)

Log Message:
-----------
When dynamic adm scripts are used, and the script is generated on a gmake
run where the initial target was greater than extract, nested gmake calls
were used.  This saw the gmake[$nestlevel]: $path lines inserted in the
script output files.  The recursive gmake call now passes
--no-print-directory explicitly to prevent this.

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

Modified: csw/mgar/gar/v2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2/gar.lib.mk	2009-04-22 23:47:54 UTC (rev 4441)
+++ csw/mgar/gar/v2/gar.lib.mk	2009-04-23 00:17:10 UTC (rev 4442)
@@ -86,7 +86,7 @@
 	$($(subst .,_,$*))
 
 dynscr//%:
-	$(MAKE) -n _$@ > $(PARTIALDIR)/$*
+	$(MAKE) --no-print-directory -n _$@ > $(PARTIALDIR)/$*
 
 # download an http URL (colons omitted)
 http//%: 


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