[csw-devel] SF.net SVN: gar:[3101] csw/mgar/gar/v2/gar.pkg.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Feb 13 17:30:19 CET 2009
Revision: 3101
http://gar.svn.sourceforge.net/gar/?rev=3101&view=rev
Author: dmichelsen
Date: 2009-02-13 16:30:19 +0000 (Fri, 13 Feb 2009)
Log Message:
-----------
mGAR v2: Fix typo in revision string
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 16:25:51 UTC (rev 3100)
+++ csw/mgar/gar/v2/gar.pkg.mk 2009-02-13 16:30:19 UTC (rev 3101)
@@ -319,7 +319,7 @@
# Calculating the revision can be time consuming, so we do this on demand
define _REVISION
-$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print "r" MAX }')),NOTVERSIONED),NOSVN)
+$(if $(shell if test -x $(SVN); then echo yes; fi),$(if $(shell $(SVN) info >/dev/null 2>&1; if test $$? -eq 0; then echo YES; fi),$(if $(shell $(SVN) status --ignore-externals 2>/dev/null | grep -v '^X'),UNCOMMITTED,$(shell $(SVN) info --recursive 2>/dev/null | $(GAWK) '$$1 == "Revision:" && MAX < $$2 { MAX = $$2 } END {print MAX }')),NOTVERSIONED),NOSVN)
endef
# URL: https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/pcre/trunk
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