mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Always include sys-dirs, but disable rule to regenerate it when avoid-generated.
This commit is contained in:
parent
0fd43249a0
commit
b7e2d9a56b
@ -740,9 +740,7 @@ have-thread-library = yes
|
||||
rpath-dirs += linuxthreads
|
||||
endif
|
||||
|
||||
ifndef avoid-generated
|
||||
-include $(common-objpfx)sysd-dirs
|
||||
endif
|
||||
|
||||
# These are the subdirectories containing the library source. The order
|
||||
# is more or less arbitrary. The sorting step will take care of the
|
||||
@ -770,6 +768,7 @@ endif
|
||||
subdirs := $(filter mach,$(subdirs)) $(filter hurd,$(subdirs)) \
|
||||
$(filter-out mach hurd,$(subdirs))
|
||||
|
||||
ifndef avoid-generated
|
||||
all-Subdirs-files = $(wildcard $(config-sysdirs:%=$(..)%/Subdirs))
|
||||
$(common-objpfx)sysd-dirs: $(common-objpfx)config.make $(all-Subdirs-files)
|
||||
$(AWK) 'BEGIN { subdirs = ""; inhibit = "" }; \
|
||||
@ -796,5 +795,6 @@ $(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
|
||||
done \
|
||||
) | $(AWK) -f $< > $@-tmp
|
||||
mv -f $@-tmp $@
|
||||
endif
|
||||
|
||||
endif # Makeconfig not yet included
|
||||
|
Loading…
Reference in New Issue
Block a user