diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 23:31:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 23:31:28 +0000 |
commit | 89f1c38881d566bb731711632ac84ee1e3d883ee (patch) | |
tree | 00289610dab206c26af27df616f2371542ee2a16 /ChangeLog | |
parent | e40a0d2113bfeb5018409ed25e9711e6da7d994b (diff) | |
download | glibc-89f1c38881d566bb731711632ac84ee1e3d883ee.tar.gz glibc-89f1c38881d566bb731711632ac84ee1e3d883ee.tar.xz glibc-89f1c38881d566bb731711632ac84ee1e3d883ee.zip |
Use $(built-program-cmd) in io/ftwtest-sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index baae8c234f..e5d8bbaa6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-10-19 Joseph Myers <joseph@codesourcery.com> + * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass + script to $(SHELL) as $<. Pass $(common-objpfx) to script + directly. Pass built executable to script as + $(built-program-cmd). + * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as + $testprogram without using LD_LIBRARY_PATH and $ldso. + * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and $(rtld-installed-name). |