[Gnucash-changes] r12345 - gnucash/trunk - Remove old gnucash and gnucash-valgrind override scripts.

Derek Atkins warlord at cvs.gnucash.org
Fri Jan 13 16:57:06 EST 2006


Author: warlord
Date: 2006-01-13 16:57:06 -0500 (Fri, 13 Jan 2006)
New Revision: 12345
Trac: http://svn.gnucash.org/trac/changeset/12345

Removed:
   gnucash/trunk/src/bin/overrides/gnucash
   gnucash/trunk/src/bin/overrides/gnucash-valgrind
Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/bin/overrides/Makefile.am
Log:
Remove old gnucash and gnucash-valgrind override scripts.

	* src/bin/overrides/gnucash
	* src/bin/overrides/gnucash-valgrind
	* src/bin/overrides/Makefile.am:
	  remove unnecessary override files that are no longer useful.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-13 21:50:36 UTC (rev 12344)
+++ gnucash/trunk/ChangeLog	2006-01-13 21:57:06 UTC (rev 12345)
@@ -5,6 +5,11 @@
 	  In particular, we want to use $(srcdir)/gnc-svninfo.h
 	  so that a build from a dist tarball has the svn version.
 
+	* src/bin/overrides/gnucash
+	* src/bin/overrides/gnucash-valgrind
+	* src/bin/overrides/Makefile.am:
+	  remove unnecessary override files that are no longer useful.
+
 2006-01-13  Neil Williams <linux at codehelp.co.uk>
 
 	* src/bin/test/test-version : Using Derek's fix to

Modified: gnucash/trunk/src/bin/overrides/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/overrides/Makefile.am	2006-01-13 21:50:36 UTC (rev 12344)
+++ gnucash/trunk/src/bin/overrides/Makefile.am	2006-01-13 21:57:06 UTC (rev 12345)
@@ -1,7 +1,6 @@
 gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
 # When you add a file here, please modify ../test/Makefile.am's overrides.stamp
 gncoverrides_SCRIPTS = \
-  gnucash \
   gnucash-env \
   gnucash-make-guids \
   gnucash-run-script \
@@ -13,7 +12,6 @@
   gnucash-build-env.in \
   gnucash-make-guids \
   gnucash-run-script \
-  gnucash-valgrind \
   guile.in 
 
 noinst_DATA = gnucash-build-env

Deleted: gnucash/trunk/src/bin/overrides/gnucash
===================================================================
--- gnucash/trunk/src/bin/overrides/gnucash	2006-01-13 21:50:36 UTC (rev 12344)
+++ gnucash/trunk/src/bin/overrides/gnucash	2006-01-13 21:57:06 UTC (rev 12345)
@@ -1,16 +0,0 @@
-#!/bin/sh
-exec gnucash-env guile -e main -s "$0" "$@"
-!#
-
-(use-modules (gnucash main))
-
-(define (main args)
-  ;; UGLY HACK -- FIXME -- code should be rewritten to not need this.
-  ;; In particular, we should be using gnc_scm_lookup where we're using
-  ;; gh_lookup or gh_eval_str now.
-  (set-current-module (resolve-module '(gnucash main)))
-  (gnc:main))
-
-;; Local Variables:
-;; mode: scheme
-;; End:

Deleted: gnucash/trunk/src/bin/overrides/gnucash-valgrind
===================================================================
--- gnucash/trunk/src/bin/overrides/gnucash-valgrind	2006-01-13 21:50:36 UTC (rev 12344)
+++ gnucash/trunk/src/bin/overrides/gnucash-valgrind	2006-01-13 21:57:06 UTC (rev 12345)
@@ -1,28 +0,0 @@
-#!/bin/sh
-#
-# This script runs the version of gnucash in the current build tree
-# with the valgrind memory-allocation debugger.  This is a slightly
-# modified version of the overrides/gnucash shell script (and should
-# be kept in sync with that).
-# 
-# Other potentially useful options: --tool=memcheck --trace-children=yes
-#
-exec ./src/bin/overrides/gnucash-build-env valgrind -v \
-        --suppressions=./src/valgrind-gnucash.supp  \
-        --error-limit=no \
-        guile -e main -s "$0" "$@"
-
-!#
-
-(use-modules (gnucash main))
-
-(define (main args)
-  ;; UGLY HACK -- FIXME -- code should be rewritten to not need this.
-  ;; In particular, we should be using gnc_scm_lookup where we're using
-  ;; gh_lookup or gh_eval_str now.
-  (set-current-module (resolve-module '(gnucash main)))
-  (gnc:main))
-
-;; Local Variables:
-;; mode: scheme
-;; End:



More information about the gnucash-changes mailing list