[csw-devel] SF.net SVN: gar:[6346] csw/mgar/gar/v2/gar.lib.mk
trygvis at users.sourceforge.net
trygvis at users.sourceforge.net
Fri Sep 18 17:26:31 CEST 2009
Revision: 6346
http://gar.svn.sourceforge.net/gar/?rev=6346&view=rev
Author: trygvis
Date: 2009-09-18 15:26:30 +0000 (Fri, 18 Sep 2009)
Log Message:
-----------
o Fixing a typo in the git support.
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-09-18 15:12:23 UTC (rev 6345)
+++ csw/mgar/gar/v2/gar.lib.mk 2009-09-18 15:26:30 UTC (rev 6346)
@@ -68,7 +68,7 @@
# to update the code.
# we possibly proxy the git:// references depending on GIT_USE_PROXY
git-http//%:
- @$git clone --bare http://$* $(PARTIALDIR)/$(call GITPROJ,$*)
+ @git clone --bare http://$* $(PARTIALDIR)/$(call GITPROJ,$*)
@( cd $(PARTIALDIR)/$(call GITPROJ,$*); \
git remote add origin http://$*; \
git config remote.origin.fetch $(if $(GIT_REFS_$(call GITPROJ,$*)),$(GIT_REFS_$(call GITPROJ,$*)),$(GIT_DEFAULT_TRACK)); )
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