Browse Source

Don't run test when cross-compiling

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53200 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 12 năm trước cách đây
mục cha
commit
cac7a24ab6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      lib/vector/diglib/Makefile

+ 2 - 0
lib/vector/diglib/Makefile

@@ -21,7 +21,9 @@ endif
 
 default: lib
 	@echo "==============TEST============="
+ifeq ($(strip $(CROSS_COMPILING)),)
 	$(MAKE) test
+endif
 
 test: $(OBJDIR)/test.tmp $(TESTFILE)
 	diff $(OBJDIR)/test.tmp $(TESTFILE)