]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [Debian] basic hook support
authorAndy Whitcroft <apw@canonical.com>
Wed, 5 Nov 2014 10:28:29 +0000 (10:28 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
Add the infrastructure for Makefile macro overrides. This
is primarily used by LTS backport branches to supersede master
branch settings such as do_tools_common, etc.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/rules

index 0d976809b9359721de9a03575ede79e8977e9cda..d55acccc23aeb4582e6e3ea80d7461721ad7e496 100755 (executable)
@@ -26,6 +26,10 @@ include $(DROOT)/rules.d/0-common-vars.mk
 # Pull in some arch specific stuff
 -include $(DEBIAN)/rules.d/$(arch).mk
 
+# Pull in some branch specific stuff. Used by LTS backport
+# branches to override master branch settings such as do_tools_common.
+-include $(DEBIAN)/rules.d/hooks.mk
+
 # Maintainer targets
 include $(DROOT)/rules.d/1-maintainer.mk