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, 1.0 has been updated via 1775f37b1a35a22e186280b752913bda9f9ee7e9 (commit) from ef28300bbc27306fca5bb1af155e94af32fc7fef (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 1775f37b1a35a22e186280b752913bda9f9ee7e9 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