svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Tue Nov 22 01:37:25 UTC 2005


Author: vapier
Date: 2005-11-21 17:37:23 -0800 (Mon, 21 Nov 2005)
New Revision: 12472

Log:
touchup output and move .PHONY to the shared Makerules so all subdirs get it

Modified:
   trunk/uClibc/Makefile.in
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2005-11-22 00:06:59 UTC (rev 12471)
+++ trunk/uClibc/Makefile.in	2005-11-22 01:37:23 UTC (rev 12472)
@@ -16,7 +16,7 @@
 
 ifeq ($(HAVE_DOT_CONFIG),y)
 
-all: finished
+all: pregen libs
 
 # In this section, we need .config
 -include .config.cmd
@@ -33,11 +33,6 @@
 include $(top_srcdir)libutil/Makefile.in
 include $(top_srcdir)libpthread/Makefile.in
 
-finished: pregen libs
-	$(SECHO)
-	$(SECHO) Finally finished compiling ...
-	$(SECHO)
-
 include/bits/uClibc_config.h: .config
 	$(RM) -r include/bits
 	$(INSTALL) -d include/bits
@@ -119,7 +114,7 @@
 	$(MAKE) -C $(top_srcdir)extra/locale pregen
 endif
 
-install: install_runtime install_dev finished2
+install: install_runtime install_dev
 
 
 RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib $(RUNTIME_PREFIX)lib)
@@ -262,11 +257,6 @@
 install_utils: utils
 	$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils install
 
-finished2:
-	$(SECHO)
-	$(SECHO) Finished installing ...
-	$(SECHO)
-
 else # ifeq ($(HAVE_DOT_CONFIG),y)
 
 all: menuconfig
@@ -363,5 +353,3 @@
 
 check:
 	$(MAKE) -C test
-
-.PHONY: dummy subdirs release dist distclean clean config oldconfig menuconfig utils

Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2005-11-22 00:06:59 UTC (rev 12471)
+++ trunk/uClibc/Makerules	2005-11-22 01:37:23 UTC (rev 12472)
@@ -58,7 +58,7 @@
 pur_disp_compile.S = echo "  "AS $(show_objs)
 pur_disp_compile.m = $(pur_disp_compile.c)
 pur_disp_compile-m = echo "  "CC-m $(show_objs)
-pur_disp_strip     = echo "  "STRIP $(STRIP_FLAGS) $@:*
+pur_disp_strip     = echo "  "STRIP $(STRIP_FLAGS) $@
 pur_disp_ar        = echo "  "AR $(ARFLAGS) $@
 pur_disp_ld        = echo "  "LD $(1)
 
@@ -141,13 +141,13 @@
 $(top_builddir)lib/$(CRT).o: $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/$(CRT).S
 	$(Q)$(INSTALL) -d $(dir $@)
 	$(compile.S) -DL_$(patsubst %$(suffix $(notdir $@)),%,$(notdir $@))
-	@$(disp_strip) $(show_objs)
+	@$(disp_strip)
 	$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
 
 $(top_builddir)lib/S$(CRT).o: $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/$(CRT).S
 	$(Q)$(INSTALL) -d $(dir $@)
 	$(compile.S) $(PIEFLAG) -DL_$(patsubst %$(suffix $(notdir $@)),%,$(notdir $@))
-	@$(disp_strip) $(show_objs)
+	@$(disp_strip)
 	$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
 
 CTOR_TARGETS=$(top_builddir)lib/crti.o $(top_builddir)lib/crtn.o
@@ -178,3 +178,8 @@
 
 objclean-y: $(objclean-y)
 headers_clean-y: $(headers_clean-y)
+
+.PHONY: \
+	all check clean distclean test \
+	config dist menuconfig oldconfig release \
+	subdirs utils




More information about the uClibc-cvs mailing list