diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 20:00:43 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 20:00:43 +0000 |
commit | 135948bd500067d766a8bbe0bee0e37d8e491681 (patch) | |
tree | 203d58c7a11dffe4796aee88e766f343ee75d920 /ChangeLog | |
parent | 3c97f6525fcb4b7696e50d4d7a122daaedf3ea45 (diff) | |
download | glibc-135948bd500067d766a8bbe0bee0e37d8e491681.tar.gz glibc-135948bd500067d766a8bbe0bee0e37d8e491681.tar.xz glibc-135948bd500067d766a8bbe0bee0e37d8e491681.zip |
Use $(built-program-cmd) in posix/tst-getconf.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ebfd5062d3..be21718f9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-10-19 Joseph Myers <joseph@codesourcery.com> + + * posix/Makefile ($(objpfx)tst-getconf.out): Pass + $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and + $(rtld-installed-name). + * posix/tst-getconf.sh (elf_objpfx): Remove variable. + (rtld_installed_name): Likwise. + (runit): Remove function. + (run_getconf): New variable, Use it for running getconf binary. + 2012-10-19 Jim Blandy <jimb@codesourcery.com> Joseph Myers <joseph@codesourcery.com> |