# HG changeset patch # User jwe # Date 1170968326 0 # Node ID 750b40fe7b0296c8a5e63132f6bf2ea8ea182182 # Parent e8c4edcfe43d601375be869904e7b1d8a13eac55 [project @ 2007-02-08 20:58:46 by jwe] diff -r e8c4edcfe43d -r 750b40fe7b02 ChangeLog --- a/ChangeLog Thu Feb 08 20:06:55 2007 +0000 +++ b/ChangeLog Thu Feb 08 20:58:46 2007 +0000 @@ -1,5 +1,8 @@ 2007-02-08 John W. Eaton + * octMakefile.in (all): Depend on dist-info-files. + (dist): Delete dist-info-files dependency. + * configure.in: Rewrite if !( X ) ... fi as if X; true; else ... fi. Also check for _glp_lpx_simplex. diff -r e8c4edcfe43d -r 750b40fe7b02 octMakefile.in --- a/octMakefile.in Thu Feb 08 20:06:55 2007 +0000 +++ b/octMakefile.in Thu Feb 08 20:58:46 2007 +0000 @@ -58,7 +58,7 @@ SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave -all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) +all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files .PHONY: all src: liboctave @@ -162,7 +162,7 @@ # figures for the manual. It's best to create those figures with the # version of Octave that we are distributing (it may even be required). -dist: all dist-info-files +dist: all echo octave-$(version) > .fname rm -rf `cat .fname` mkdir `cat .fname`