소스 검색

[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 6 년 전
부모
커밋
9f61dc2871
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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