summaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-08 13:08:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-08 13:08:28 +0200
commita7e871c63f781792434aa1f41c8ada4764a70b4b (patch)
tree97a0c4dddb178ee88044281846e1cb69940082e2 /odb/makefile
parent7507e6686bc6d661cf6470946ada6e4139c05270 (diff)
Add generated options parsing code to allow building from git
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/odb/makefile b/odb/makefile
index cd952f6..9c384f4 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -270,14 +270,14 @@ $(clean): \
# Generated .gitignore.
#
-ifeq ($(out_base),$(src_base))
-$(odb): | $(out_base)/.gitignore
-
-$(out_base)/.gitignore: files := odb odb.so $(genf)
-$(clean): $(out_base)/.gitignore.clean
-
-$(call include,$(bld_root)/git/gitignore.make)
-endif
+#ifeq ($(out_base),$(src_base))
+#$(odb): | $(out_base)/.gitignore
+#
+#$(out_base)/.gitignore: files := odb odb.so $(genf)
+#$(clean): $(out_base)/.gitignore.clean
+#
+#$(call include,$(bld_root)/git/gitignore.make)
+#endif
# Rules.
#