Przeglądaj źródła

dont execute shell tests if we just want to compile

Mike Frysinger 20 lat temu
rodzic
commit
ccca0d8575
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      test/Test.mak

+ 2 - 0
test/Test.mak

@@ -91,8 +91,10 @@ ifeq ($(COMPILE_ONLY),)
 endif
 
 shell_%:
+ifeq ($(COMPILE_ONLY),)
 	$(showtest)
 	$(Q)$(SHELL) $(patsubst shell_%,%.sh,$@)
+endif
 
 %.so: %.c
 	$(showlink)