[git commit] Makerules: Remove duplicated slashes in interp.c

Mike Frysinger vapier at gentoo.org
Tue May 22 02:22:29 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=b7792601c9a8ed7c78551861c2f3305edda5dd66
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Peter Mazinger says in [1]:
"I can revert it to the old behaviour in master (the change s://:/: should stay though)."

[1] http://lists.uclibc.org/pipermail/uclibc/2011-March/045049.html

Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 Makerules |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makerules b/Makerules
index 44a4e39..739fb3b 100644
--- a/Makerules
+++ b/Makerules
@@ -379,6 +379,7 @@ $(top_builddir)lib/interp.c: | $(top_builddir)lib
 	$(Q)echo "#include <features.h>" >> $@.tmp
 	$(Q)echo "const char __dl_ldso__[] attribute_hidden __attribute__ ((weak)) __attribute__ ((section " \
 		"(\".interp\"))) =\""$(RUNTIME_PREFIX)$(MULTILIB_DIR)/$(UCLIBC_LDSO)"\";" >> $@.tmp
+	$(Q)$(SED) -i -e 's://:/:g' $@.tmp
 	$(Q)mv $@.tmp $@
 
 $(interp): $(top_builddir)lib/interp.c | $(sub_headers)


More information about the uClibc-cvs mailing list