소스 검색

use static directories

The list might not exist on target when cross-compiling.
Waldemar Brodkorb 10 년 전
부모
커밋
1775f37b1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/misc/Makefile.in

+ 1 - 1
test/misc/Makefile.in

@@ -37,7 +37,7 @@ DODIFF_tst-statvfs := 1
 OPTS_bug-glob1   := $(PWD)
 OPTS_tst-fnmatch := < tst-fnmatch.input
 
-MNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done)
+MNTENTS = / /sys /proc /dev
 OPTS_tst-statfs := $(MNTENTS)
 OPTS_tst-statvfs := $(MNTENTS)