]> git.e2factory.org Git - e2factory.git/commitdiff
cleanup: remove unused code
authorGordon Hecker <gh@emlix.com>
Thu, 11 Mar 2010 09:05:25 +0000 (10:05 +0100)
committerGordon Hecker <gh@emlix.com>
Mon, 3 May 2010 09:49:51 +0000 (11:49 +0200)
generic/e2lib_global_prefix.lua [deleted file]
generic/e2lib_local_prefix.lua [deleted file]
generic/loader.lua [deleted file]
global/Makefile

diff --git a/generic/e2lib_global_prefix.lua b/generic/e2lib_global_prefix.lua
deleted file mode 100644 (file)
index 754a796..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
---[[
-   e2factory, the emlix embedded build system
-
-   Copyright (C) 2007-2009 Gordon Hecker <gh@emlix.com>, emlix GmbH
-   Copyright (C) 2007-2009 Oskar Schirmer <os@emlix.com>, 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 <http://www.gnu.org/licenses/>.
-]]
-
--- 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 (file)
index 3786364..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
---[[
-   e2factory, the emlix embedded build system
-
-   Copyright (C) 2007-2009 Gordon Hecker <gh@emlix.com>, emlix GmbH
-   Copyright (C) 2007-2009 Oskar Schirmer <os@emlix.com>, 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 <http://www.gnu.org/licenses/>.
-]]
-
--- 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 (file)
index 13bfabc..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
---[[
-   e2factory, the emlix embedded build system
-
-   Copyright (C) 2007-2009 Gordon Hecker <gh@emlix.com>, emlix GmbH
-   Copyright (C) 2007-2009 Oskar Schirmer <os@emlix.com>, 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 <http://www.gnu.org/licenses/>.
-]]
-
--- loads required libraries
-
-require("e2util")
-require("luafile_ll")
-
-require("e2option")
-require("luafile")
-require("generic_git")
-require("err")
index 03a66c5aaa32d54ee553100342f8d0af0009553a..314473cfc758f574778889bbd6f3b003a0b67fc3 100644 (file)
@@ -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