From bfca81e4cd72a0bb20d00b49ce1229736dadf08b Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Fri, 22 Jan 2010 10:51:39 +0100 Subject: [PATCH] cleanup: move buildconfig.lua installation to local/ subdirectory Signed-off-by: Gordon Hecker --- Makefile | 1 - local/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 962e6fa..7f5267f 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,6 @@ install-local: $(MAKE) -C local install-local $(MAKE) -C templates install-local $(MAKE) -C extensions install-local - install -m 644 buildconfig.lua $(LOCALLIBDIR) doc: for s in $(SUBDIRS) ; do \ diff --git a/local/Makefile b/local/Makefile index d26e12d..27515bc 100644 --- a/local/Makefile +++ b/local/Makefile @@ -32,7 +32,7 @@ TOPLEVEL = .. include $(TOPLEVEL)/make.vars -VPATH = .:$(TOPLEVEL)/generic +VPATH = .:$(TOPLEVEL)/generic:$(TOPLEVEL) CLEAN_FILES = *~ *.so linux32 *.lc *.o CFLAGS += -I. -I$(DESTDIR)$(INCDIR) -I$(DESTDIR)$(INCDIR)/lua-$(LUA_VERSION) \ @@ -47,7 +47,7 @@ LUA_LIBS += e2tool.lua scm.lua git.lua svn.lua cvs.lua files.lua LUA_LIBS += tools.lua transport.lua cache.lua LUA_LIBS += environment.lua plugin.lua url.lua hash.lua lock.lua LUA_LIBS += policy.lua strict.lua collection.lua e2build.lua -LUA_LIBS += e2lib.lua +LUA_LIBS += e2lib.lua buildconfig.lua LOCALTOOLS = $(LOCALSHTOOLS) $(LOCALLUATOOLS) SYMLINKS_2_1 = lookup-server use-source prepare-cargo sync-results cleanup \ -- 2.39.5