Blame SOURCES/0001-Make-SUBDIRS-overrideable.patch

453bef
From 1efba61b47670f3dc39bb6c2749283e435bcdc77 Mon Sep 17 00:00:00 2001
453bef
From: Peter Jones <pjones@redhat.com>
453bef
Date: Mon, 6 Mar 2017 16:46:01 -0500
453bef
Subject: [PATCH 1/3] Make SUBDIRS overrideable
453bef
453bef
Signed-off-by: Peter Jones <pjones@redhat.com>
453bef
---
453bef
 Makefile | 2 +-
453bef
 1 file changed, 1 insertion(+), 1 deletion(-)
453bef
453bef
diff --git a/Makefile b/Makefile
453bef
index 6585149..6d6511b 100644
453bef
--- a/Makefile
453bef
+++ b/Makefile
453bef
@@ -3,7 +3,7 @@ default : all
453bef
 TOPDIR=$(shell pwd)
453bef
 include $(TOPDIR)/Make.version
453bef
 include $(TOPDIR)/Make.defaults
453bef
-SUBDIRS = efi linux docs include
453bef
+SUBDIRS ?= efi linux docs include
453bef
 
453bef
 all clean install : | check_efidir_error
453bef
 	@set -e ; for x in $(SUBDIRS) ; do \
453bef
-- 
453bef
2.9.3
453bef