From 95dacfdacf57828c18997a4ae2bcf8874d254ac7 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Thu, 30 May 2013 16:14:42 +0200 Subject: [PATCH] Generate Makefile with upper-case initial Signed-off-by: Tobias Ulmer --- Changelog | 1 + local/e2build.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 57517b3..f9ddd95 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 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 diff --git a/local/e2build.lua b/local/e2build.lua index 2422a28..4768d14 100644 --- a/local/e2build.lua +++ b/local/e2build.lua @@ -1100,7 +1100,7 @@ local function collect_project(info, r, return_flags) 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 -- 2.39.5