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

David Brown scm at mail.sourcemage.org
Mon Oct 23 17:30:59 EDT 2006


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
 



More information about the SM-Commit mailing list