Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (cc6e231b8e6b349bc3cbc2cb060ea92b0b73ebdc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (cc6e231b8e6b349bc3cbc2cb060ea92b0b73ebdc)
  • Date: Mon, 23 Oct 2006 16:30:59 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

utils/installwatch/BUILD | 1 +
utils/installwatch/DETAILS | 1 +
utils/installwatch/HISTORY | 5 +++++
3 files changed, 7 insertions(+)

New commits:
commit cc6e231b8e6b349bc3cbc2cb060ea92b0b73ebdc
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

installwatch variables are not garenteed across build files unless they
are declaired persistent

diff --git a/utils/installwatch/BUILD b/utils/installwatch/BUILD
index 38a1846..e6385ef 100755
--- a/utils/installwatch/BUILD
+++ b/utils/installwatch/BUILD
@@ -9,6 +9,7 @@ patch -p1 < "${SCRIPT_DIRECTORY}/install
# If LIB is not defined, we do not have the bi-arch sorcery, so we
# define LIB

+persistent_add LIB &&
LIB="${LIB:-/lib}"
make PREFIX="${TRACK_ROOT}/usr" LIBDIR="${TRACK_ROOT}/usr/${LIB}"

diff --git a/utils/installwatch/DETAILS b/utils/installwatch/DETAILS
index 18ad8b4..daa6a81 100755
--- a/utils/installwatch/DETAILS
+++ b/utils/installwatch/DETAILS
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
ENTERED=20011230
UPDATED=20050106
BI_ARCH_SPELL="yes"
+ PATCHLEVEL=2
KEYWORDS="utils"
SHORT="installwatch is a utility for tracking files during the
installation of software."
cat << EOF
diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 6fa22b8..a47b877 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,8 @@
+2006-10-23 David Brown <dmlb2000 AT gmail.com>
+ * BUILD: all variables must be persistently added or they are not
+ garenteed to exist properly across spell files
+ * DETAILS: patch level ++
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide




  • [SM-Commit] GIT changes to master grimoire by David Brown (cc6e231b8e6b349bc3cbc2cb060ea92b0b73ebdc), David Brown, 10/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page