This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via 157a65f1ec49022ae14310d773b7b9668e05dfae (commit) from 84367d277312a8efb03967e52a69cc4e15d9a7ed (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 157a65f1ec49022ae14310d773b7b9668e05dfae Author: Waldemar Brodkorb wbx@openadk.org Date: Sat May 30 03:23:46 2015 -0500
use static directories
The list might not exist on target when cross-compiling.
-----------------------------------------------------------------------
Summary of changes: test/misc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in index 09ff5c3..a15ff97 100644 --- a/test/misc/Makefile.in +++ b/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)
hooks/post-receive