summaryrefslogtreecommitdiff
path: root/Makefile.subdir
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.subdir')
-rw-r--r--Makefile.subdir9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.subdir b/Makefile.subdir
index 7b7c90561..4bafe4684 100644
--- a/Makefile.subdir
+++ b/Makefile.subdir
@@ -10,9 +10,8 @@ builddir = $(topdir)/builds/$(CURRENT_BUILD)/$(srcdir)
unittestdir = $(topdir)/builds/$(CURRENT_BUILD)/test/unit
unittestprefix = $(srcdir:src/%=%)
-.PHONY: _default_build_ all
-_default_build_: all
-all %:
+.PHONY: all
+all .DEFAULT:
@if test -e $(builddir); then \
echo cd $(builddir); \
cd $(builddir); \
@@ -27,8 +26,8 @@ all %:
.PHONY: check units
ifeq ($(srcdir:test/%=test),test)
# under the test/ directory, additional subtargets
-.PHONY: regress regress0 regress1 regress2 regress3
-check units regress regress0 regress1 regress2 regress3:
+.PHONY: systemtests regress regress0 regress1 regress2 regress3
+check units systemtests regress regress0 regress1 regress2 regress3:
@if test -e $(builddir); then \
echo cd $(builddir); \
cd $(builddir); \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback