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

Tyler Hicks tyhicks at canonical.com
Tue Jan 5 23:11:13 UTC 2016


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

Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index f7907cd..5a9ba73 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 \
+     utils \
+     parser \
      changehat/mod_apparmor \
      changehat/pam_apparmor \
+     profiles \
      tests
 
 #REPO_URL?=lp:apparmor
-- 
2.5.0




More information about the AppArmor mailing list