This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
toplevel Makefile gcc questions
- From: Nathanael Nerode <neroden at doctormoo dot dyndns dot org>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 7 Jul 2002 13:38:43 -0400
- Subject: toplevel Makefile gcc questions
there's some funkiness going on in the top level Makefile, and I'm
hoping to trim some of it. To do so, I need to know when (if ever) the
following targets are used:
install
install-cross
install-no-fixedincludes
install.all
There seems to be some redundancy between 'install' and 'install.all',
at the very least...
--Nathanael