lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 81bb4e6 2/6: Assume makefiles use a PO


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 81bb4e6 2/6: Assume makefiles use a POSIX-compatible shell
Date: Sun, 7 Apr 2019 10:48:33 -0400 (EDT)

branch: odd/multiarch
commit 81bb4e6b78618cfdc2b9d74dad6cc1d0f4f66e3a
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Assume makefiles use a POSIX-compatible shell
    
    https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap03.html
    | A pathname may optionally contain one or more trailing slashes.
    | Multiple successive [postinitial] slashes are considered to be the
    | same as one slash.
---
 GNUmakefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 08b9e61..4a0d1fe 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -86,7 +86,6 @@ MAKEFLAGS := \
 
 prefix          := /opt/lmi
 # parent directory for machine-specific binaries
-# assume no harm from trailing slash if $LMI_HOST is undefined
 exec_prefix     := $(prefix)/$(LMI_HOST)
 # binaries that users can run
 bindir          := $(exec_prefix)/bin



reply via email to

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