mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix tst-chmod not to write into srcdir.
This commit is contained in:
parent
5d7a6541c2
commit
3aa6513708
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user