aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flask
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:50:11 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:50:11 +0000
commitf703fec058d8c0d1c0c47b3426f6f8506688b767 (patch)
tree5f1d1e0cf1600189d7edbb1d3fe7f3f7c81a1ef5 /tools/flask
parent55d2bad44091e34611c332fb5151905788d05429 (diff)
downloadxen-f703fec058d8c0d1c0c47b3426f6f8506688b767.tar.gz
xen-f703fec058d8c0d1c0c47b3426f6f8506688b767.tar.bz2
xen-f703fec058d8c0d1c0c47b3426f6f8506688b767.zip
tools/flask build: Use generic subdirs rules.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'tools/flask')
-rw-r--r--tools/flask/Makefile20
1 files changed, 2 insertions, 18 deletions
diff --git a/tools/flask/Makefile b/tools/flask/Makefile
index 64fd0940ce..e78f5785db 100644
--- a/tools/flask/Makefile
+++ b/tools/flask/Makefile
@@ -5,22 +5,6 @@ SUBDIRS :=
SUBDIRS += libflask
SUBDIRS += loadpolicy
-.PHONY: all
-all:
- @set -e; for subdir in $(SUBDIRS); do \
- $(MAKE) -C $$subdir $@; \
- done
-
-.PHONY: install
-install:
- @set -e; for subdir in $(SUBDIRS); do \
- $(MAKE) -C $$subdir $@; \
- done
-
-.PHONY: clean
-clean:
- @set -e; for subdir in $(SUBDIRS); do \
- $(MAKE) -C $$subdir $@; \
- done
-
+.PHONY: all clean install
+all clean install: %: subdirs-%