automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minor error and a question


From: Joakim Tjernlund
Subject: minor error and a question
Date: Wed, 30 Nov 2011 17:11:31 +0100

Noticed this in my automake(1.10.3) generated Makefile:
install-binPROGRAMS: $(bin_PROGRAMS)
        @$(NORMAL_INSTALL)
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"

Should not that be: test -z "$(DESTDIR)$(bindir)" || $(MKDIR_P) 
"$(DESTDIR)$(bindir)" ?

Question: "make install" always install all targets, even if some of then 
haven't been rebuilt
since last install. Is it possible to have some dependency sensitive install so 
only rebuilt
targets are reinstalled?

 Jocke




reply via email to

[Prev in Thread] Current Thread [Next in Thread]