[klibc] [PATCH] klibc: remove debugging leftovers in Kbuild.klibc

Sam Ravnborg sam at ravnborg.org
Mon Apr 17 06:43:38 PDT 2006


Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
---
fisk = fish in my local language :-)

	Sam

diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc
index 9b3bfff..e7b3fcf 100644
--- a/scripts/Kbuild.klibc
+++ b/scripts/Kbuild.klibc
@@ -276,10 +276,8 @@ quiet_cmd_ld-shared = KLIBCLD $@
 
 # Do not try to build KLIBC libaries if we are building klibc
 ifeq ($(klibc-build),)
-$(KLIBCCRT0) $(KLIBCLIBC):
-	echo fisk
-$(KLIBCCRTSHARED) $(KLIBCLIBCSHARED):
-	echo fisk
+$(KLIBCCRT0) $(KLIBCLIBC): ;
+$(KLIBCCRTSHARED) $(KLIBCLIBCSHARED): ;
 endif
 
 targets += $(klibc-real-objs)



More information about the klibc mailing list