mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fixed Makefile for building dmapi tests
Merge of master-melb:xfs-cmds:27778a by kenmcd. fixed Makefile for building dmapi tests
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ SUBDIRS_MAKERULE = \
|
||||
echo "DMAPI QA NOT AVAIABLE FOR IRIX"; \
|
||||
else \
|
||||
$(ECHO) === $$d ===; \
|
||||
cd dmapi && $(MAKE) && cd .. || exit $$?; \
|
||||
cd dmapi && $(MAKE) $@ && cd .. || exit $$?; \
|
||||
fi; \
|
||||
elif test -d "$$d" -a ! -z "$$d"; then \
|
||||
$(ECHO) === $$d ===; \
|
||||
|
||||
Reference in New Issue
Block a user