Signed-off-by: Tobias Ulmer <tu@emlix.com>
NEXT:
+ * collect_project now creates "Makefile" instead of "makefile".
* remove unusable E2_BUILD_NUMBER variable from build-script.
* on git source update, fetch tags and prevent non-ff merges
local grp = info.chroot.groups_byname[g]
local destdir = e2lib.join( res.build_config.T, "project/chroot", g)
e2lib.mkdir(destdir, "-p")
- local makefile, msg = io.open(e2lib.join(destdir, "makefile"), "w")
+ local makefile, msg = io.open(e2lib.join(destdir, "Makefile"), "w")
if not makefile then
return false, e:cat(msg)
end