]> git.e2factory.org Git - e2factory.git/commitdiff
cleanup: obsolete loader module for local tools
authorGordon Hecker <gh@emlix.com>
Thu, 21 Jan 2010 18:26:49 +0000 (19:26 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 12 Feb 2010 09:52:00 +0000 (10:52 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
local/Makefile
local/e2tool.lua

index 6ab4553b3d54c4a2ffc3d31e65cedb1a0448b2a9..c59ae6f5bc9d77c8884472811900b8fe0e59a112 100644 (file)
@@ -119,7 +119,6 @@ clean:
        $(LUAC) -o $@ $<
 
 e2local.lc: strict.lua \
-               loader.lua \
                collection.lua \
                e2lib.lua \
                e2build.lua \
index 23a694f7a814cae04f1a8bdcb9a2b151550a1be6..af36022d0dfd69521854d3e96f0ef1fa6e5212fd 100644 (file)
@@ -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
 --