bug-make
[Top][All Lists]
Advanced

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

INSTALL_PROGRAM or INSTALLPROGRAM? Update docs...


From: Oleksandr Gavenko
Subject: INSTALL_PROGRAM or INSTALLPROGRAM? Update docs...
Date: Thu, 17 Nov 2011 11:26:34 +0200

>From "14.3 Variables for Specifying Commands":

  Every Makefile should also define the variables `INSTALL_PROGRAM' and
  `INSTALL_DATA'.

>From "14.5 Standard Targets for Users":

  $(INSTALL_PROGRAM) $(INSTALL_DATA)

I look for binutils and Emacs Makefile.in and they both use above variables.

But "Appendix C Complex Makefile Example" provide example with another names:

  INSTALL = /usr/local/bin/install -c
  INSTALLDATA = /usr/local/bin/install -c -m 644

and don't use INSTALL_PROGRAM INSTALL_DATA at all.


"Appendix C" must be updated to prevent from ambiguous.
-- 
Best regards!



reply via email to

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