summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAllan Randall <allanr@sgi.com>2006-12-19 02:55:36 +0000
committerAllan Randall <allanr@sgi.com>2006-12-19 02:55:36 +0000
commitab526a6352ab882d20cfaa4853202598ebf95f06 (patch)
tree14abdfa5b60d31a263e5c9471b1447846a2e83db /include
parentf34441170a3e0fc210deccfc0db8e801eb3e1e4e (diff)
Integrate existing dmapi qa tests into xfs qa infrastructure
Merge of master-melb:xfs-cmds:27764a by kenmcd. Dmapi get/set_dmattr
Diffstat (limited to 'include')
-rw-r--r--include/buildmacros9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/buildmacros b/include/buildmacros
index b2559efc..c6678e57 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -124,7 +124,14 @@ endif
SUBDIRS_MAKERULE = \
@for d in $(SUBDIRS) ""; do \
- if test -d "$$d" -a ! -z "$$d"; then \
+ if test "$$d" == "dmapi"; then \
+ if test "$(PKG_PLATFORM)" == "irix" ; then \
+ echo "DMAPI QA NOT AVAIABLE FOR IRIX"; \
+ else \
+ $(ECHO) === $$d ===; \
+ cd dmapi && $(MAKE) && cd .. || exit $$?; \
+ fi; \
+ elif test -d "$$d" -a ! -z "$$d"; then \
$(ECHO) === $$d ===; \
$(MAKEF) -C $$d $@ || exit $$?; \
fi; \