summaryrefslogtreecommitdiff
path: root/Makefile.subdir
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-17 01:43:31 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-17 01:43:31 +0000
commit65beb8792cbdc76a974f434652eca5314017dab3 (patch)
treed0b3fbfcd9cc1fd95dadc31766b08f3a217349f4 /Makefile.subdir
parent0baf2537096b6ee68372b2936b37fdaf5670b0f7 (diff)
build system cleanup; test system separation into white-box, black-box, and public tests
Diffstat (limited to 'Makefile.subdir')
-rw-r--r--Makefile.subdir3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.subdir b/Makefile.subdir
index 6aa62bf28..da450345b 100644
--- a/Makefile.subdir
+++ b/Makefile.subdir
@@ -1,3 +1,6 @@
+include $(topdir)/builds/current
+builddir = $(topdir)/builds/$(CURRENT_BUILD)/$(srcdir)
+
.PHONY: _default_build_
_default_build_: all
%:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback