about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@codesourcery.com>2010-04-08 16:48:17 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-08 16:48:17 -0700
commit59d9f1d6983fc9b606a1f9214fb817efe3d6cff8 (patch)
treecadc1d564288b21d3aec3bb4463d348617e727bb /Makefile
parenta7b420eadcd706702b5244dfa3beee06c7a990aa (diff)
downloadglibc-59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.tar.gz
glibc-59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.tar.xz
glibc-59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.zip
Shorten build commands
This patch scratches an itch.  Each individual gcc command in the
glibc build is over 1K, which means it takes up a good chunk of my
terminal.  Most of that is include paths.  Any version of GCC new
enough to build glibc supports response files, which were added in
2005.  So use a response file for the static list of include paths.
Now the build commands are a lot shorter, and easier to use when
developing glibc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61cfa436c4..d2327b3cd9 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,7 @@ parent-mostlyclean: common-mostlyclean # common-mostlyclean is in Makerules.
 parent-clean: parent-mostlyclean common-clean
 
 postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \
-	    $(addprefix $(objpfx),sysd-dirs sysd-rules) \
+	    $(addprefix $(objpfx),sysd-dirs sysd-rules includes includes.mk) \
 	    $(addprefix $(objpfx),sysd-sorted soversions.mk soversions.i)
 
 clean: parent-clean