From 26e36b3a9d7b49d46ecfa69b447482251acba8ac Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Jan 2024 16:53:38 +0300 Subject: Turn libodb repository into package for muti-package repository --- build/configuration.make | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 build/configuration.make (limited to 'build/configuration.make') diff --git a/build/configuration.make b/build/configuration.make deleted file mode 100644 index 7a00b14..0000000 --- a/build/configuration.make +++ /dev/null @@ -1,20 +0,0 @@ -# file : build/configuration.make -# license : GNU GPL v2; see accompanying LICENSE file - -$(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root)) - -# Dynamic configuration. -# -libodb_threads := - -$(call -include,$(dcf_root)/configuration-dynamic.make) - -ifdef libodb_threads - -$(out_root)/%: libodb_threads := $(libodb_threads) - -else - -.NOTPARALLEL: - -endif -- cgit v1.1