From bdd921453e0ea9d94f2bfd15dd72a984935552d5 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 26 Feb 2013 15:15:22 +0100 Subject: remove RepositoryModule_ooo.mk duplicated by Module_tail_build.mk Also remove pseudo-module tail_build. All we need is one makefile. Change-Id: Idb7f3a15db33adf4398136a142f175094ef4bc6c --- tail_build/Makefile | 21 --------------------- tail_build/README | 21 --------------------- tail_build/prj/build.lst | 2 -- tail_build/prj/d.lst | 0 4 files changed, 44 deletions(-) delete mode 100644 tail_build/Makefile delete mode 100644 tail_build/README delete mode 100644 tail_build/prj/build.lst delete mode 100644 tail_build/prj/d.lst (limited to 'tail_build') diff --git a/tail_build/Makefile b/tail_build/Makefile deleted file mode 100644 index 20bbfb177607..000000000000 --- a/tail_build/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -ifeq ($(strip $(SOLARENV)),) -ifeq ($(gb_Side),) -gb_Side:=host -endif -include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../config_$(gb_Side).mk -endif - -include $(SOLARENV)/gbuild/gbuild.mk - -$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_tail_build.mk)) - -# vim: set noet sw=4 ts=4: diff --git a/tail_build/README b/tail_build/README deleted file mode 100644 index 4ce922875204..000000000000 --- a/tail_build/README +++ /dev/null @@ -1,21 +0,0 @@ -This module exist only to take advantage of the ability of gbuild to build -multiple modules in one single Makefile. - -A few module that normally get built at the end of the build process -are already converted. this 'pseudo-module' build them all as one. - -As module get converted to gbuild they can be added to this module -if they fix the necessary pre-requisite. that is: - -To qualify a module must not be the dependant of any other module, -except postprocess or if the other module itself is under tail_build - -To migrate a module under tail_build, one should: -* merge the dependencies declared in /prj/build.lst into tail_build/prj/build.lst -* remove the module from postprocess/prj/build.lst dependencies -* remove the module from tail_build/prj/build.lst dependencies -* add the module name in Module_tail_build.mk in the root of the tree. - -This module of course, takes a lot of thought, and dependency work / -statting until it has finished it's business, knows exactly what to -re-build, and can start building just that. diff --git a/tail_build/prj/build.lst b/tail_build/prj/build.lst deleted file mode 100644 index 8a0404214ad2..000000000000 --- a/tail_build/prj/build.lst +++ /dev/null @@ -1,2 +0,0 @@ -tb tail_build : NULL -tb tail_build\prj nmake - all tb_prj NULL diff --git a/tail_build/prj/d.lst b/tail_build/prj/d.lst deleted file mode 100644 index e69de29bb2d1..000000000000 -- cgit