]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix tst-chmod not to write into srcdir.
authorRoland McGrath <roland@redhat.com>
Fri, 9 Apr 2010 20:59:34 +0000 (13:59 -0700)
committerRoland McGrath <roland@redhat.com>
Fri, 9 Apr 2010 20:59:34 +0000 (13:59 -0700)
ChangeLog
posix/Makefile

index 2cafb715fee6033d545e7544e410e2d972c2e2f3..2c80d696742fd0b967fc28dfe1fd12cf41a72247 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-09  Roland McGrath  <roland@redhat.com>
+
+       * posix/Makefile (tst-chmod-ARGS): Pass $(objdir), not `pwd`.
+
 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #10915]
index df0e6f1053f7913e480eca5cd45e55b5709f6eb8..643d7e5374ba2797b9d7aa0f5110cac0faaf23a8 100644 (file)
@@ -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