Shorten build commands
commit59d9f1d6983fc9b606a1f9214fb817efe3d6cff8
authorDaniel Jacobowitz <dan@codesourcery.com>
Thu, 8 Apr 2010 23:48:17 +0000 (8 16:48 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Apr 2010 23:48:17 +0000 (8 16:48 -0700)
treecadc1d564288b21d3aec3bb4463d348617e727bb
parenta7b420eadcd706702b5244dfa3beee06c7a990aa
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.
ChangeLog
Makeconfig
Makefile
Makerules