[Bug bootstrap/19420] make install fails if not preceded by make all

2007-03-02 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2007-03-02 15:09 --- Still fails on 4.3.0 mainline. IMO it would be OK if 'make install' exited with a message that 'make all' should be run before 'make install' instead of uninformative error about something called fixincludes. -- http

[Bug bootstrap/19420] make install fails if not preceded by make all

2005-02-08 Thread neroden at gcc dot gnu dot org
--- Additional Comments From neroden at gcc dot gnu dot org 2005-02-08 18:51 --- This has never worked. It is recommended by the GNU coding standards, but it also requires truly substantial work to get right without forcing rebuilds if 'make all' is followed by 'make install'.

[Bug bootstrap/19420] make install fails if not preceded by make all

2005-01-13 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-01-13 13:19 --- Looking at the pre-autogen Makefile.in it looks like it never worked actually. http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in?rev=1.111&content-type=text/x-cvsweb-markup -- http://gcc.gnu.org/bu

[Bug bootstrap/19420] make install fails if not preceded by make all

2005-01-13 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-01-13 13:03 --- The problem is that install-* does not depend on all-* On the other hand, that would slow down the installation process. Making install-* depend on configure-* is not enough as well, because even if the 'a