[apparmor] [PATCH v3 1/5] Makefile: Reorder DIRS variable according to build order

Tyler Hicks tyhicks at canonical.com
Wed Jan 27 18:26:58 UTC 2016


Order the DIRS variable according to build order. This allows the DIRS
variable to be iterated over to build libapparmor, binutils, parser,
utils, etc., without having to reorder the list.

Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
Acked-by: Steve Beattie <steve at nxnw.org>
Acked-by: Christian Boltz <apparmor at cboltz.de>
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index f7907cd..b9ed3b3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,13 @@ all:
 COMMONDIR=common
 include ${COMMONDIR}/Make.rules
 
-DIRS=parser \
-     profiles \
-     utils \
+DIRS=libraries/libapparmor \
      binutils \
-     libraries/libapparmor \
+     parser \
+     utils \
      changehat/mod_apparmor \
      changehat/pam_apparmor \
+     profiles \
      tests
 
 #REPO_URL?=lp:apparmor
-- 
2.5.0




More information about the AppArmor mailing list