From: Gordon Hecker Date: Thu, 11 Mar 2010 09:05:25 +0000 (+0100) Subject: cleanup: remove unused code X-Git-Tag: e2factory-2.3.6pre1~3 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=0eb319dc38313e5ab2cc3ed9f8fb36809d48861c;p=e2factory.git cleanup: remove unused code --- diff --git a/generic/e2lib_global_prefix.lua b/generic/e2lib_global_prefix.lua deleted file mode 100644 index 754a796..0000000 --- a/generic/e2lib_global_prefix.lua +++ /dev/null @@ -1,34 +0,0 @@ ---[[ - e2factory, the emlix embedded build system - - Copyright (C) 2007-2009 Gordon Hecker , emlix GmbH - Copyright (C) 2007-2009 Oskar Schirmer , emlix GmbH - Copyright (C) 2007-2008 Felix Winkelmann, emlix GmbH - - For more information have a look at http://www.e2factory.org - - e2factory is a registered trademark by emlix GmbH. - - This file is part of e2factory, the emlix embedded build system. - - e2factory is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -]] - --- state-specific loader for e2util - - -require("e2util_global") -require("luafile_ll_global") - - diff --git a/generic/e2lib_local_prefix.lua b/generic/e2lib_local_prefix.lua deleted file mode 100644 index 3786364..0000000 --- a/generic/e2lib_local_prefix.lua +++ /dev/null @@ -1,33 +0,0 @@ ---[[ - e2factory, the emlix embedded build system - - Copyright (C) 2007-2009 Gordon Hecker , emlix GmbH - Copyright (C) 2007-2009 Oskar Schirmer , emlix GmbH - Copyright (C) 2007-2008 Felix Winkelmann, emlix GmbH - - For more information have a look at http://www.e2factory.org - - e2factory is a registered trademark by emlix GmbH. - - This file is part of e2factory, the emlix embedded build system. - - e2factory is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -]] - --- state-specific loader for e2util - - -require("e2util_local") -require("luafile_ll_global") - diff --git a/generic/loader.lua b/generic/loader.lua deleted file mode 100644 index 13bfabc..0000000 --- a/generic/loader.lua +++ /dev/null @@ -1,36 +0,0 @@ ---[[ - e2factory, the emlix embedded build system - - Copyright (C) 2007-2009 Gordon Hecker , emlix GmbH - Copyright (C) 2007-2009 Oskar Schirmer , emlix GmbH - Copyright (C) 2007-2008 Felix Winkelmann, emlix GmbH - - For more information have a look at http://www.e2factory.org - - e2factory is a registered trademark by emlix GmbH. - - This file is part of e2factory, the emlix embedded build system. - - e2factory is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -]] - --- loads required libraries - -require("e2util") -require("luafile_ll") - -require("e2option") -require("luafile") -require("generic_git") -require("err") diff --git a/global/Makefile b/global/Makefile index 03a66c5..314473c 100644 --- a/global/Makefile +++ b/global/Makefile @@ -36,7 +36,7 @@ GLOBALLUATOOLS = e2-create-project e2-fetch-project e2-install-e2 e2-root GLOBALSHTOOLS = e2-locate-project-root e2ssh GLOBALTOOLS = $(GLOBALLUATOOLS) $(GLOBALSHTOOLS) CLEAN_FILES = *~ $(GLOBALTOOLS) *.lc e2 $(SCRIPTS) *.lua e2-su *.sh e2.conf -LUA_LIBS = strict.lua collection.lua loader.lua plugin.lua e2lib.lua +LUA_LIBS = strict.lua collection.lua plugin.lua e2lib.lua LUA_LIBS += e2option.lua hash.lua tools.lua transport.lua cache.lua url.lua LUA_LIBS += generic_git.lua luafile.lua lua-version-map.lua err.lua lock.lua LUA_LIBS += buildconfig.lua