automake
[Top][All Lists]
Advanced

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

why does make install depend upon all?


From: Harald Dunkel
Subject: why does make install depend upon all?
Date: Thu, 08 Sep 2005 12:54:12 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050402)

Hi folks,

Please see subject. Of course I would agree that this
dependency is usually a good thing, but sometimes it might
be helpfull to do a 'make install' for another prefix e.g.
in your stow directory without verifying all the dependencies
again.

It would be easy to split the old install target into new
targets 'install' and 'install-again' (doing the unconditional
install) without loosing functionality:

  install-again-am:
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  install-am: all-am install-again-am
  .PHONY: install-again-am

The targets 'install-again' and 'install-again-recursive'
could be defined accordingly.


Just a suggestion. Regards

Harri




reply via email to

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