mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Makefile: Reorder DIRS variable according to build order
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@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org> Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
parent
8eda3a787a
commit
5e0eb13842
1 changed files with 4 additions and 4 deletions
8
Makefile
8
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
|
||||
|
|
Loading…
Add table
Reference in a new issue