summaryrefslogtreecommitdiff
path: root/tail_build
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-02-26 15:15:22 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-02-28 08:26:41 +0100
commitbdd921453e0ea9d94f2bfd15dd72a984935552d5 (patch)
tree15a0cf4514475d1a5dd0753f9c43e9360e49e052 /tail_build
parenta595c6e12b3e62179ec849328eb19115ab86e624 (diff)
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
Diffstat (limited to 'tail_build')
-rw-r--r--tail_build/Makefile21
-rw-r--r--tail_build/README21
-rw-r--r--tail_build/prj/build.lst2
-rw-r--r--tail_build/prj/d.lst0
4 files changed, 0 insertions, 44 deletions
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 <foo> under tail_build, one should:
-* merge the dependencies declared in <foo>/prj/build.lst into tail_build/prj/build.lst
-* remove the module <foo> from postprocess/prj/build.lst dependencies
-* remove the module <foo> 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
--- a/tail_build/prj/d.lst
+++ /dev/null