projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b3d8a
)
1998-11-25 Roland McGrath <roland@baalperazim.frob.com>
author
Roland McGrath
<roland@gnu.org>
Wed, 25 Nov 1998 01:31:40 +0000
(
01:31
+0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 25 Nov 1998 01:31:40 +0000
(
01:31
+0000)
* Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed
s separator, since $(..) might contain a /.
Makeconfig
patch
|
blob
|
history
diff --git
a/Makeconfig
b/Makeconfig
index
f625f76
..
2c13c20
100644
(file)
--- a/
Makeconfig
+++ b/
Makeconfig
@@
-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; \