From: Gordon Hecker Date: Thu, 21 Jan 2010 18:26:49 +0000 (+0100) Subject: cleanup: obsolete loader module for local tools X-Git-Tag: e2factory-2.3.4pre1~20 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=cff463c95c9d385afd12eae10e9bbcaa8b7cfa57;p=e2factory.git cleanup: obsolete loader module for local tools Signed-off-by: Gordon Hecker --- diff --git a/local/Makefile b/local/Makefile index 6ab4553..c59ae6f 100644 --- a/local/Makefile +++ b/local/Makefile @@ -119,7 +119,6 @@ clean: $(LUAC) -o $@ $< e2local.lc: strict.lua \ - loader.lua \ collection.lua \ e2lib.lua \ e2build.lua \ diff --git a/local/e2tool.lua b/local/e2tool.lua index 23a694f..af36022 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -30,6 +30,7 @@ -- High-level tools used by the build process and basic build operations. module("e2tool", package.seeall) +require("err") require("scm") require("files") require("git") @@ -43,6 +44,11 @@ require("plugin") require("url") require("hash") require("lock") +require("e2util") +require("luafile_ll") +require("e2option") +require("luafile") +require("generic_git") -- Information gathering and inquiry --