]> git.e2factory.org Git - e2factory.git/commit
cleanup: clean up and simplify the build system
authorGordon Hecker <gh@emlix.com>
Wed, 20 Jan 2010 17:38:29 +0000 (18:38 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 12 Feb 2010 09:51:59 +0000 (10:51 +0100)
commita06481042646ef197fba0975f3f247f1205ea584
treeaa61fc615cbc8bfce21378f91f87c8d40b49c02c
parent663c70ce271915160168cffa4d1ade215dab082c
cleanup: clean up and simplify the build system

Mainly: Nothing is built in the generic/ subdirectory any more now:
global stuff is built in global/
local stuff is built in local/
libraries are no longer renamed with _local or _global prefixes.

This is another step heading towards proper modularization - and
installing each module on its own, for both local and global
tools.

Signed-off-by: Gordon Hecker <gh@emlix.com>
generic/Makefile
generic/e2util.c
generic/loader.lua [moved from local/loader.lua with 94% similarity]
generic/luafile_ll.c
global/Makefile
global/e2-create-project.lua.in
global/e2-fetch-project.lua.in
global/e2-install-e2.lua.in
global/e2.lua.in
local/Makefile