mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
1999-03-24 Roland McGrath <roland@baalperazim.frob.com>
* Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule works properly in subdirs.
This commit is contained in:
parent
5407f442ec
commit
9ba5483de4
@ -1,3 +1,8 @@
|
|||||||
|
1999-03-24 Roland McGrath <roland@baalperazim.frob.com>
|
||||||
|
|
||||||
|
* Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
|
||||||
|
works properly in subdirs.
|
||||||
|
|
||||||
1999-03-23 Roland McGrath <roland@baalperazim.frob.com>
|
1999-03-23 Roland McGrath <roland@baalperazim.frob.com>
|
||||||
|
|
||||||
* sysdeps/mach/hurd/Makefile: Undo last change.
|
* sysdeps/mach/hurd/Makefile: Undo last change.
|
||||||
|
@ -784,7 +784,7 @@ $(common-objpfx)sysd-dirs: $(common-objpfx)config.make $(all-Subdirs-files)
|
|||||||
all-Depend-files = $(wildcard $(..)*/Depend)
|
all-Depend-files = $(wildcard $(..)*/Depend)
|
||||||
$(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
|
$(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
|
||||||
$(common-objpfx)sysd-dirs $(..)Makeconfig
|
$(common-objpfx)sysd-dirs $(..)Makeconfig
|
||||||
(dirs='$(patsubst $(..)%/Depend,%,$(filter %/Depend, $^))'; \
|
(dirs='$(patsubst $(..)%/Depend,$(..)%,$(filter %/Depend, $^))';\
|
||||||
for d in $$dirs; do \
|
for d in $$dirs; do \
|
||||||
while read on; do \
|
while read on; do \
|
||||||
echo "depend $$d $$on"; \
|
echo "depend $$d $$on"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user