From 18ef95083d159da9cc4f9df8af5e036b777e6e97 Mon Sep 17 00:00:00 2001 From: Karl Wette Date: Wed, 28 Nov 2012 20:23:17 +0000 Subject: [PATCH] octave: prevent writing to history file when running tests git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13942 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Makefile.in b/Examples/Makefile.in index 1e90a01ca..6458512e9 100644 --- a/Examples/Makefile.in +++ b/Examples/Makefile.in @@ -331,7 +331,7 @@ python_clean: ################################################################## # Make sure these locate your Octave installation -OCTAVE = @OCTAVE@ -qf +OCTAVE = OCTAVE_HISTFILE=/dev/null @OCTAVE@ -qfH OCTAVE_CXX = $(DEFS) @OCTAVE_CPPFLAGS@ @OCTAVE_CXXFLAGS@ # Extra Octave specific dynamic linking options