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>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 24 Sep 2014 22:30:33 -0400
From:	Peter Foley <pefoley2@...oley.com>
To:	linux-kernel@...r.kernel.org
Cc:	Peter Foley <pefoley2@...oley.com>, rdunlap@...radead.org,
	linux-doc@...r.kernel.org, sudeep.dutt@...el.com,
	nikhil.rao@...el.com, ashutosh.dixit@...el.com,
	akpm@...ux-foundation.org, gregkh@...uxfoundation.org
Subject: [PATCH] Make Documenation depend on headers_install

Cc: rdunlap@...radead.org
Cc: linux-doc@...r.kernel.org
Cc: sudeep.dutt@...el.com
Cc: nikhil.rao@...el.com
Cc: ashutosh.dixit@...el.com
Cc: akpm@...ux-foundation.org
Cc: gregkh@...uxfoundation.org
Signed-off-by: Peter Foley <pefoley2@...oley.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 16a4d48..b3cf4f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1579,6 +1579,8 @@ endif
 	$(cmd_crmodverdir)
 	$(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
 	$(build)=$(build-dir)
+# Make sure the latest headers are built for Documentation
+Documentation/: headers_install
 %/: prepare scripts FORCE
 	$(cmd_crmodverdir)
 	$(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
-- 
2.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists