From cff463c95c9d385afd12eae10e9bbcaa8b7cfa57 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 21 Jan 2010 19:26:49 +0100 Subject: [PATCH] cleanup: obsolete loader module for local tools Signed-off-by: Gordon Hecker --- local/Makefile | 1 - local/e2tool.lua | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- -- 2.39.5