From 083973f34e1c70e05e117db37239716995127cfd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 14 May 2001 23:32:39 +0000 Subject: * csu/Makefile ($(objpfx)g$(start-installed-name)): Turn this into a static pattern rule also that also covers $(objpx)g$(static-start-installed-name). [$(start-installed-name) != $(static-start-installed-name)] (extra-objs, omit-deps, install-lib): Add $(static-start-installed-name) and g$(static-start-installed-name). * sysdeps/mach/hurd/i386/Makefile: Don't add crt0.o to those here; just setting static-start-installed-name is now sufficient. (extra-objs): Add static-start.o here. (CFLAGS-initfini.s): Remove obsolete variable. * sysdeps/mach/hurd/i386/Makeconfig: New file. Define static-start-installed-name here. * Makeconfig: Include existing $(full_config_sysdirs:=/Makeconfig). * Make-dist (+sysdep-tsrcs): Look for Makeconfig files. * Makerules ($(+sysdir_pfx)sysd-Makefile): Remove this target and associated hair. Instead, just use $(wildcard ...) in the include. * configure.in (critic_missing, aux_missing): Collect in these vars the names of the missing programs, and include them in the error msgs. * configure: Regenerated. --- Makeconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 6699f0bca2..996b971d61 100644 --- a/Makeconfig +++ b/Makeconfig @@ -879,4 +879,11 @@ $(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \ mv -f $@-tmp $@ endif +# Let sysdeps/ subdirs contain a Makeconfig fragment for us to include here. +sysdep-makeconfigs := $(wildcard $(full_config_sysdirs:=/Makeconfig)) +ifneq (,$(sysdep-makeconfigs)) +include $(sysdep-makeconfigs) +endif + + endif # Makeconfig not yet included -- cgit v1.2.3