Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (250dbd8356fc3ca9d1eaa985ccbc2449d3cd1973)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (250dbd8356fc3ca9d1eaa985ccbc2449d3cd1973)
  • Date: Fri, 16 Jan 2009 08:29:56 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

devel/make/HISTORY | 5 +++++
devel/make/POST_REMOVE | 1 -
devel/make/PRE_REMOVE | 1 +
devel/make/REPAIR^all^POST_REMOVE | 3 +++
4 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 250dbd8356fc3ca9d1eaa985ccbc2449d3cd1973
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

make: Fix issues with devel sorcery and info entries.

diff --git a/devel/make/HISTORY b/devel/make/HISTORY
index 74612a6..61b33d4 100644
--- a/devel/make/HISTORY
+++ b/devel/make/HISTORY
@@ -1,3 +1,8 @@
+2009-01-16 George Sherwood <gsherwood AT sourcemage.org>
+ * POST_REMOVE: Deleted.
+ * PRE_REMOVE: Added to delete info dir entries
+ * REPAIR^all^POST_REMOVE: Added to fix tablet entries
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/devel/make/POST_REMOVE b/devel/make/POST_REMOVE
deleted file mode 100755
index ab27f77..0000000
--- a/devel/make/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete make --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/devel/make/PRE_REMOVE b/devel/make/PRE_REMOVE
new file mode 100755
index 0000000..9fa8d87
--- /dev/null
+++ b/devel/make/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/make.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/devel/make/REPAIR^all^POST_REMOVE
b/devel/make/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..7863de3
--- /dev/null
+++ b/devel/make/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete make --info-dir ${INSTALL_ROOT}/usr/share/info
+true
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (250dbd8356fc3ca9d1eaa985ccbc2449d3cd1973), George Sherwood, 01/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page