aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:44:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:44:30 +0200
commitffbed42338e0c7c3c76d4d9334d45755ac58e346 (patch)
tree6ae85002ae7dbb8629b1b399b4e57e5d3efbca7a
parent19fae01ca697a0b2645409b2add5b774e92734b5 (diff)
Disable test clean target
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index fef6eef..e0000db 100644
--- a/makefile
+++ b/makefile
@@ -26,7 +26,7 @@ $(install): $(out_base)/odb/tracer/.install
# Clean.
#
-$(clean): $(out_base)/odb/tracer/.clean $(out_base)/tests/.clean
+$(clean): $(out_base)/odb/tracer/.clean #$(out_base)/tests/.clean
$(call include,$(bld_root)/install.make)