summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-10 23:48:50 +0000
committerRoland McGrath <roland@gnu.org>2005-02-10 23:48:50 +0000
commit5d9e8991825aee911baff84d7aa0623a9df1122c (patch)
tree7313c08259c38371d199b4ebbdb09881b54706b7
parent9d0547ce8eb932b3c8a75618c3bff2b7ef5c6d06 (diff)
downloadglibc-5d9e8991825aee911baff84d7aa0623a9df1122c.tar.gz
glibc-5d9e8991825aee911baff84d7aa0623a9df1122c.tar.xz
glibc-5d9e8991825aee911baff84d7aa0623a9df1122c.zip
* Rules (subdir_objs, subdir_stubs): New phony targets.
	* Makefile (+subdir_targets): Add them.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile4
-rw-r--r--Rules6
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e61c8a6ac4..a733043d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-02-10  Roland McGrath  <roland@redhat.com>
 
+	* Rules (subdir_objs, subdir_stubs): New phony targets.
+	* Makefile (+subdir_targets): Add them.
+
 	* Makerules ($(common-objpfx)Versions.all): Grok new leading column in
 	soversions.i.
 
diff --git a/Makefile b/Makefile
index 50ee40c26a..c2f4ae32a5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1991-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -64,7 +64,7 @@ endif # $(AUTOCONF) = no
 		   subdir_update-abi subdir_check-abi 			\
 		   subdir_echo-headers 					\
 		   subdir_install					\
-		   subdir_testclean					\
+		   subdir_objs subdir_stubs subdir_testclean		\
 		   $(addprefix install-, no-libc.a bin lib data headers others)
 
 headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \
diff --git a/Rules b/Rules
index a29daaa7b5..5758611081 100644
--- a/Rules
+++ b/Rules
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2000,2002,2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1991-2000,2002,2003, 2004, 2005 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -165,7 +165,9 @@ distclean: clean
 .PHONY: subdir_install
 subdir_install: install-no-libc.a lib-noranlib stubs
 
-.PHONY: subdir_TAGS
+.PHONY: subdir_objs subdir_stubs subdir_TAGS
+subdir_objs: objs
+subdir_stubs: stubs
 subdir_TAGS: TAGS
 
 # Target required by the Hurd to ensure that all the MiG-generated