Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Ismael Luceno (c64d92014d7999cf369e3d8f9414cc591c29bf7b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (c64d92014d7999cf369e3d8f9414cc591c29bf7b)
  • Date: Wed, 8 Sep 2021 20:00:22 +0000

GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 5 ++++-
Makefile | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit c64d92014d7999cf369e3d8f9414cc591c29bf7b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Makefile: Simplify help rule

commit ec6d9a397fcdfd813dfefcc54b6efd39b44b84ac
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ChangeLog: Fix typo and add missing entry

diff --git a/ChangeLog b/ChangeLog
index b739d6f..ce22f1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,14 @@
2021-09-08 Ismael Luceno <ismael AT sourcemage.org>
* Makefile: unified version bump target + make devinst dep on it

+2021-08-28 Ismael Luceno <ismael AT sourcemage.org>
+ * protected: fixed libintl path
+
2021-02-26 Thomas Orgis <sobukus AT sourcemage.org>
* Makefile: added devinst target to mark installs from git checkout

2020-10-01 Thomas Orgis <sobukus AT sourcemage.org>
- * protected: add /bin/login (!!)
+ * protected: added /bin/login (!!)

2020-09-30 Thomas Orgis <sobukus AT sourcemage.org>
* libgrimoire: default to default size of tmpfs (half of RAM)
diff --git a/Makefile b/Makefile
index c95a610..d9c6fa4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
AWK ?= awk

+.MAKE.MAKEFILES ?= ${MAKEFILE_LIST}
.PHONY: help
help:
- @awk 'sub(/^#HELP: ?/, "")' $(MAKEFILE_LIST) $(.MAKE.MAKEFILES)
+ @${AWK} 'sub(/^#HELP: ?/, "")' ${.MAKE.MAKEFILES}

BRANCH = stable
release = sorcery-$(BRANCH).tar.bz2



  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (c64d92014d7999cf369e3d8f9414cc591c29bf7b), Ismael Luceno, 09/08/2021

Archive powered by MHonArc 2.6.24.

Top of Page