mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
1998-11-25 Roland McGrath <roland@baalperazim.frob.com>
* Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed s separator, since $(..) might contain a /.
This commit is contained in:
parent
45b3d8ad2a
commit
39f1b803ae
@ -787,7 +787,7 @@ $(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
|
||||
$(common-objpfx)sysd-dirs $(..)Makeconfig
|
||||
(files="$(all-Depend-files)"; \
|
||||
for f in $$files; do \
|
||||
dir=`echo $$f | sed 's/^$(..)\(.*\)\/[^/]*$$/\1/'`; \
|
||||
dir=`echo $$f | sed 's@^$(..)\(.*\)/[^/]*$$@\1@'`; \
|
||||
while read on; do \
|
||||
echo "depend $$dir $$on"; \
|
||||
done < $$f; \
|
||||
|
Loading…
Reference in New Issue
Block a user