This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix parallel make install


On Dec  2, 2008, Diego Novillo <dnovillo@google.com> wrote:

>  install-finclude-dir: installdirs
> -	-rm -rf $(DESTDIR)$(libsubdir)/finclude
> -	mkdir $(DESTDIR)$(libsubdir)/finclude
> +	$(mkinstalldirs) $(DESTDIR)$(libsubdir)/finclude

Err...  Wasn't this supposed to wipe out the contents of pre-existing
finclude?  Do we really want to change it so that it doesn't?

I don't have any objections to this move, but I'd like it to be taken
consciously, rather than by accident.

-- 
Alexandre Oliva           http://www.lsd.ic.unicamp.br/~oliva/
You must be the change you wish to see in the world. -- Gandhi
Be Free! -- http://FSFLA.org/   FSF Latin America board member
Free Software Evangelist      Red Hat Brazil Compiler Engineer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]