Tue Oct 10 23:08:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Wed, 11 Oct 1995 03:34:46 +0000 (03:34 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 11 Oct 1995 03:34:46 +0000 (03:34 +0000)
commit8e3cc80f6d4f69ce003c82d3561ac324692792ad
tree46dcca133fd8477dee761d12ae692fda7cfd9ff3
parentb122c7038e826eeabbc0118612b988c1a0f5b991
Tue Oct 10 23:08:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* Makerules (build-shlib): Pass -rpath and -rpath-link options.
(LDFLAGS-c.so): Don't pass -dynamic-linker here.
* Makeconfig (+link): Pass $(sysdep-LDFLAGS).
(link-libc): Pass -rpath and -rpath-link options.

* MakeTAGS (all-dirs): Omit CVS directories.
Specify vpath directives to find source files in $(all-dirs).
(sources, headers): Append sources and headers from $(all-dist) to
these.
(all-dist): Filter them out of this.
(all-headers, all-sources): Use $(shell find ...) instead of
$(wildcard ...).

* sysdeps/mach/hurd/Makefile (sysdep-LDFLAGS): New variable; pass
-rpath-link.

* hurd/hurdexec.c: Pass poly and dealloc args to __file_exec.

* elf/Makefile (install-others): Add missing $.

* mach/Makefile ($(objpfx)errsystems.c): Rule reenabled.
12 files changed:
ChangeLog
MakeTAGS
Makeconfig
Makerules
elf/Makefile
gmon/.cvsignore [new file with mode: 0644]
hurd/hurdexec.c
intl/.cvsignore [new file with mode: 0644]
mach/Makefile
posix/regex.c
sysdeps/mach/hurd/Makefile
sysvipc/.cvsignore [new file with mode: 0644]