diff Makefile.in @ 3435:9fcc72373e24

build stable-octave package by default * Makefile.in (STABLE_BUILD): Set default to yes. (OCTAVE_TARGET): Set here instead of in binary-dist-rules.mk * binary-dist-rules.mk: Use WINDOWS_BINARY_DIST_DEPS instead of WINDOWS_BINARY_DIST_FILES. (make-stable-dist-directory): Delete macro definition.
author John W. Eaton <jwe@octave.org>
date Mon, 20 Jan 2014 03:00:19 -0500
parents a7c772aa106f
children 9eda8d4b772d
line wrap: on
line diff
--- a/Makefile.in	Sun Jan 19 17:37:35 2014 -0500
+++ b/Makefile.in	Mon Jan 20 03:00:19 2014 -0500
@@ -1,12 +1,18 @@
 # This file is part of MXE.
 # See index.html for further information.
 
+STABLE_BUILD := yes
+
+ifeq ($(STABLE_BUILD),yes)
+  OCTAVE_TARGET := stable-octave
+else
+  OCTAVE_TARGET := octave
+endif
+
 PWD := $(shell pwd)
 
 STRIP_DIST_FILES := @STRIP_DIST_FILES@
 
-STABLE_BUILD := no
-
 DATE := $(shell date +%Y-%m-%d-%H-%M)
 
 ## Configuration variables.
@@ -420,7 +426,7 @@
 endif
 
 .PHONY: all
-all: configure Makefile octave
+all: configure Makefile $(OCTAVE_PACKAGE)
 
 .PHONY: all-packages
 all-packages: $(PKGS)