From 5e527213a2430bb3018e5eebd909aef294edf9b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- build/configuration-rules.make | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 build/configuration-rules.make (limited to 'build/configuration-rules.make') diff --git a/build/configuration-rules.make b/build/configuration-rules.make deleted file mode 100644 index e5e2b08..0000000 --- a/build/configuration-rules.make +++ /dev/null @@ -1,16 +0,0 @@ -# file : build/configuration-rules.make -# license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -$(dcf_root)/configuration-dynamic.make: | $(dcf_root)/. - $(call message,,$(scf_root)/configure $@) - -ifndef %foreign% - -disfigure:: - $(call message,rm $$1,rm -f $$1,$(dcf_root)/configuration-dynamic.make) - -endif - -ifeq ($(.DEFAULT_GOAL),$(dcf_root)/configuration-dynamic.make) -.DEFAULT_GOAL := -endif -- cgit v1.1