[GRASS-SVN] r53200 - grass/trunk/lib/vector/diglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 18 06:24:26 PDT 2012
Author: glynn
Date: 2012-09-18 06:24:25 -0700 (Tue, 18 Sep 2012)
New Revision: 53200
Modified:
grass/trunk/lib/vector/diglib/Makefile
Log:
Don't run test when cross-compiling
Modified: grass/trunk/lib/vector/diglib/Makefile
===================================================================
--- grass/trunk/lib/vector/diglib/Makefile 2012-09-17 22:11:35 UTC (rev 53199)
+++ grass/trunk/lib/vector/diglib/Makefile 2012-09-18 13:24:25 UTC (rev 53200)
@@ -21,7 +21,9 @@
default: lib
@echo "==============TEST============="
+ifeq ($(strip $(CROSS_COMPILING)),)
$(MAKE) test
+endif
test: $(OBJDIR)/test.tmp $(TESTFILE)
diff $(OBJDIR)/test.tmp $(TESTFILE)
More information about the grass-commit
mailing list