diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 13:57:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 13:57:57 +0200 |
commit | e54acedef205100136524ea99e18c554a7d4b027 (patch) | |
tree | 97cc7584e59d962bcce17c46763c4b048c10460a | |
parent | 1bbe6fe0d6269851ac69a383189b0809d86ef40f (diff) |
Temporarily remove oracle sub-directory from all_dirs
This is for the 1.7.0.a1 release, which doesn't include Oracle support.
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |