log Makefile @ 3042:ace9dd211c99

age author description
Mon, 10 Jun 2013 15:46:00 -0400 John W. Eaton for native mingw builds, add $(HOST_PREFIX)/bin to PATH
Mon, 10 Jun 2013 13:17:20 -0400 John W. Eaton PKG_CONFIG_PATH fixes
Mon, 10 Jun 2013 11:54:23 -0400 John W. Eaton don't quote HOST_BINDIR, HOST_LIBDIR, and HOST_INCDIR definitions
Mon, 10 Jun 2013 08:39:52 -0400 John W. Eaton make octave be the default target; new target, all-packages
Sun, 09 Jun 2013 09:48:08 -0400 John W. Eaton improve handling of cross tool prefix
Sat, 08 Jun 2013 19:00:32 -0400 John W. Eaton disable building flex for native mingw
Sat, 08 Jun 2013 09:48:20 -0400 John Donoghue Update Makefile for native mingw compiling so pkg-config knows where its pc files should be.
Tue, 04 Jun 2013 12:33:15 -0400 John W. Eaton initial support for --enable-64
Sun, 02 Jun 2013 16:59:24 -0400 John W. Eaton Use HOST_BINDIR, HOST_LIBDIR, and HOST_INCDIR instead of MXE_BINDIR, MXE_LIBDIR, and MXE_INCDIR. Attempt to use these variables consistently instead of using $(HOST_PREFIX)/bin, $(HOST_PREFIX)/lib, and $(HOST_PREFIX)/include
Sun, 02 Jun 2013 12:40:32 -0400 John W. Eaton use variable for --host and --build configure arguments
Sun, 02 Jun 2013 10:31:04 -0400 John W. Eaton Improve handling of prefix directories by defining HOST_PREFIX and
Thu, 30 May 2013 17:00:49 -0400 John W. Eaton use $(shell ...) to execute config.guess
Thu, 30 May 2013 13:28:23 -0400 John W. Eaton use cp for ln on mingw native builds
Thu, 30 May 2013 13:17:57 -0400 John W. Eaton use config.guess to set TARGET for native builds
Wed, 29 May 2013 20:54:04 -0400 John Donoghue Change makefile download and build rules to log to symbolic link file instead of log/timestamp/file.
Tue, 28 May 2013 17:31:59 -0400 John W. Eaton allow native builds too
Thu, 23 May 2013 14:35:03 -0400 John W. Eaton drop intltoolize as dependency (along with dropping scons and yasm in previous changeset)
Thu, 23 May 2013 14:30:06 -0400 John W. Eaton build our own bison and flex
Tue, 05 Feb 2013 20:53:27 -0500 John W. Eaton also build pkg-config instead of expecting it to be present
Tue, 05 Feb 2013 15:41:22 -0500 John W. Eaton build autoconf, automake, libtool, and cmake instead of expecting them to exist
Thu, 24 Jan 2013 17:33:34 -0500 John W. Eaton get notepad++
Mon, 14 Jan 2013 14:49:08 -0500 John W. Eaton Octave Forge package sources and build script
Fri, 11 Jan 2013 22:33:56 -0500 John W. Eaton msys binary packages
Thu, 15 Nov 2012 16:14:26 -0500 John W. Eaton New script to make shared libraries from static libraries. This
Thu, 15 Nov 2012 16:02:40 -0500 John W. Eaton By default, build shared instead of static libraries.
Thu, 15 Nov 2012 16:11:45 -0500 John W. Eaton Allow static/shared libraries to be configured in top-level Makefile.
Fri, 21 Sep 2012 09:49:59 -0700 Volker Grabsch Merge pull request #81 from tonytheodore/glib-optional-native
Wed, 19 Sep 2012 00:20:01 +0200 Mark Brand fix spurious PKGS targets
Tue, 18 Sep 2012 17:35:15 +1000 Tony Theodore Makefile: pass PKG variable to build rules
Sun, 16 Sep 2012 19:43:49 +1000 Tony Theodore add package cdn fallback