Sfoglia il codice sorgente

[LibOS/test/ltp] Skip make autotools for LTP

Running "make autotools" is not required when building it from the
tarball (it already includes necessary pre-built autotools stuff).
Isaku Yamahata 7 anni fa
parent
commit
9f61dc2871
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      LibOS/shim/test/apps/ltp/Makefile

+ 0 - 1
LibOS/shim/test/apps/ltp/Makefile

@@ -17,7 +17,6 @@ $(SRCDIR).tar.xz:
 
 $(SRCDIR)/configure: $(SRCDIR).tar.xz
 	tar -xmJf $<
-	cd $(SRCDIR) && make autotools
 
 $(BUILDDIR)/runltp: $(SRCDIR)/configure
 	cd $(SRCDIR) && ./configure