aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-03 13:57:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-03 13:57:57 +0200
commite54acedef205100136524ea99e18c554a7d4b027 (patch)
tree97cc7584e59d962bcce17c46763c4b048c10460a /makefile
parent1bbe6fe0d6269851ac69a383189b0809d86ef40f (diff)
Temporarily remove oracle sub-directory from all_dirs
This is for the 1.7.0.a1 release, which doesn't include Oracle support.
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 66fe55b..254e749 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,8 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
-all_dirs := libcommon common tracer mysql sqlite pgsql oracle boost qt
+#all_dirs := libcommon common tracer mysql sqlite pgsql oracle boost qt
+all_dirs := libcommon common tracer mysql sqlite pgsql boost qt
dirs := common tracer boost qt
ifeq ($(db_id),mysql)