From e54acedef205100136524ea99e18c554a7d4b027 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Nov 2011 13:57:57 +0200 Subject: Temporarily remove oracle sub-directory from all_dirs This is for the 1.7.0.a1 release, which doesn't include Oracle support. --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') 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) -- cgit v1.1