diff options
author | Roland McGrath <roland@gnu.org> | 2007-08-02 09:59:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-08-02 09:59:23 +0000 |
commit | d17a8cf07bce9c6951b48d57e85c02f4d95e548e (patch) | |
tree | d3d0dea7563655c7ff9699c42bc1a9368ea54ede | |
parent | db502a60bc0dbc8ebb6f5269117ca6aa3b67a0f0 (diff) | |
download | glibc-d17a8cf07bce9c6951b48d57e85c02f4d95e548e.tar.gz glibc-d17a8cf07bce9c6951b48d57e85c02f4d95e548e.tar.xz glibc-d17a8cf07bce9c6951b48d57e85c02f4d95e548e.zip |
* posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
$(inst_bindir)/getconf if possible. * posix/Makefile ($(objpfx)getconf.speclist): New target. (generated): Add it. ($(inst_libexecdir)/getconf): Use it.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2da5cdc448..207a05c61a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-08-02 Roland McGrath <roland@redhat.com> + + * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to + $(inst_bindir)/getconf if possible. + + * posix/Makefile ($(objpfx)getconf.speclist): New target. + (generated): Add it. + ($(inst_libexecdir)/getconf): Use it. + 2007-08-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using |