From 363a641b1c856bf497840c6f7ed975366b48eb0e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 1 Feb 2008 00:01:25 +0000 Subject: * Makeconfig (sysd-rules-targets): New variable. * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted. * sysdeps/unix/Makefile (omit-deps): Append variants for each target. --- Makeconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index d7cf0aa031..d269936f32 100644 --- a/Makeconfig +++ b/Makeconfig @@ -944,6 +944,9 @@ ifneq (,$(sysdep-makeconfigs)) include $(sysdep-makeconfigs) endif +# Compute just the target patterns. Makeconfig has set sysd-rules-patterns. +sysd-rules-targets := $(foreach p,$(sysd-rules-patterns),\ + $(firstword $(subst :, ,$p))) endif # Makeconfig not yet included -- cgit v1.2.1