[csw-devel] SF.net SVN: gar:[5857] csw/mgar/gar/v2/gar.lib.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Aug 5 16:18:26 CEST 2009
Revision: 5857
http://gar.svn.sourceforge.net/gar/?rev=5857&view=rev
Author: dmichelsen
Date: 2009-08-05 14:18:26 +0000 (Wed, 05 Aug 2009)
Log Message:
-----------
mGAR v2: Use grep instead of egrep to allow matching of e.g. gtk+ without special meaning of '+'
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-08-05 12:24:48 UTC (rev 5856)
+++ csw/mgar/gar/v2/gar.lib.mk 2009-08-05 14:18:26 UTC (rev 5857)
@@ -141,7 +141,7 @@
# error out if it mentions the file without an "OK".
checksum-%: $(CHECKSUM_FILE)
@echo " ==> Running checksum on $*"
- @if gegrep -- '/$*$$' $(CHECKSUM_FILE); then \
+ @if ggrep -- '/$*$$' $(CHECKSUM_FILE); then \
if LC_ALL="C" LANG="C" gmd5sum -c $(CHECKSUM_FILE) 2>&1 | \
ggrep -- '$*' | ggrep -v ':[ ]\+OK'; then \
echo '(!!!) $* failed checksum test!' 1>&2; \
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