From 3aa6513708820aad6304c86c62e25b3b294b23f5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Apr 2010 13:59:34 -0700 Subject: [PATCH] Fix tst-chmod not to write into srcdir. --- ChangeLog | 4 ++++ posix/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2cafb71..2c80d69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-09 Roland McGrath + + * posix/Makefile (tst-chmod-ARGS): Pass $(objdir), not `pwd`. + 2010-04-08 Ulrich Drepper [BZ #10915] diff --git a/posix/Makefile b/posix/Makefile index df0e6f1..643d7e5 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -179,7 +179,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ tst-exec-ARGS = -- $(built-program-cmd) tst-spawn-ARGS = -- $(built-program-cmd) tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir -tst-chmod-ARGS = `pwd` +tst-chmod-ARGS = $(objdir) tst-vfork3-ARGS = --test-dir=$(objpfx) tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata -- 2.7.4