OSDN Git Service

use static directories
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 30 May 2015 08:23:46 +0000 (03:23 -0500)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 31 May 2015 19:19:27 +0000 (21:19 +0200)
The list might not exist on target when cross-compiling.

test/misc/Makefile.in

index 09ff5c3..a15ff97 100644 (file)
@@ -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)