Explorar el Código

dont execute shell tests if we just want to compile

Mike Frysinger hace 20 años
padre
commit
ccca0d8575
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)