INN commit: trunk (Makefile.global.in)

INN Commit rra at isc.org
Tue Oct 28 21:26:26 UTC 2014


    Date: Tuesday, October 28, 2014 @ 14:26:26
  Author: iulius
Revision: 9734

Fix incorrect sentence about the use of trailing slash for DESTDIR

Modified:
  trunk/Makefile.global.in

--------------------+
 Makefile.global.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: Makefile.global.in
===================================================================
--- Makefile.global.in	2014-10-28 19:49:53 UTC (rev 9733)
+++ Makefile.global.in	2014-10-28 21:26:26 UTC (rev 9734)
@@ -26,9 +26,9 @@
 ##  won't affect any of the paths compiled into INN; it's used primarily
 ##  when building a software distribution, where software has to be
 ##  installed into some file system that will later be mounted as / on the
-##  final system.  DESTDIR should have a trailing slash, as the trailing
-##  slash is not added automatically (in case someone wants to add a prefix
-##  that isn't just a parent directory).
+##  final system.  DESTDIR doesn't need a trailing slash, as all the
+##  installation paths already start with / because they're absolute paths
+##  determined by configure.
 
 DESTDIR		=
 D		= $(DESTDIR)



More information about the inn-committers mailing list