lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 21 Feb 2019 20:31:48 -0800
From:   Justin Capella <justincapella@...il.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] Makefile INSTALL_HDR_PATH overriden

gpg: Signature made Thu 21 Feb 2019 08:02:55 PM PST
gpg:                using RSA key F6CC1F4DF325EACBBE2532481F299543498470BA
gpg:                issuer "justincapella@...il.com"
gpg: Good signature from "Justin Capella <justincapella@...il.com>" [ultimate]
Author: Justin Capella <justincapella@...il.com>
Date:   Thu Feb 21 20:02:55 2019 -0800

    Allow configuration of headers install path, do not overwrite
INSTALL_HDR_PATH

diff --git a/Makefile b/Makefile
index 96c5335e7ee4..686e747ca2ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1151,7 +1151,7 @@ headerdep:
 # Kernel headers

 #Default location for installed headers
-export INSTALL_HDR_PATH = $(objtree)/usr
+export INSTALL_HDR_PATH ?= $(objtree)/usr

 # If we do an all arch process set dst to include/arch-$(SRCARCH)
 hdr-dst = $(if $(KBUILD_HEADERS), dst=include/arch-$(SRCARCH), dst=include)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ