[GRASS-SVN] r56674 - grass/trunk/lib/vector/diglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 10 03:45:25 PDT 2013
Author: neteler
Date: 2013-06-10 03:45:24 -0700 (Mon, 10 Jun 2013)
New Revision: 56674
Modified:
grass/trunk/lib/vector/diglib/Makefile
Log:
diglib: use cmp for byte-wise comparison of portability test (diff is ASCII only on AIX)
Modified: grass/trunk/lib/vector/diglib/Makefile
===================================================================
--- grass/trunk/lib/vector/diglib/Makefile 2013-06-10 10:36:48 UTC (rev 56673)
+++ grass/trunk/lib/vector/diglib/Makefile 2013-06-10 10:45:24 UTC (rev 56674)
@@ -26,7 +26,7 @@
endif
test: $(OBJDIR)/test.tmp $(TESTFILE)
- diff $(OBJDIR)/test.tmp $(TESTFILE)
+ cmp $(OBJDIR)/test.tmp $(TESTFILE)
$(OBJDIR)/test.tmp: $(OBJDIR)/test$(EXE)
cd $(OBJDIR) && $(call run_grass,./test)
More information about the grass-commit
mailing list