summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rwxr-xr-xconfigure8
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 849fa6c1d..fc28d6787 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ SYSTEM = $(shell uname -s)
#
ifeq ($(SYSTEM),Darwin)
-all: clean app
-
snapshot: clean snapshot-app
+all: clean app
+
all-chunky: clean app-chunky
test: clean cli
diff --git a/configure b/configure
index 7c02be72e..e4ef9a04b 100755
--- a/configure
+++ b/configure
@@ -97,12 +97,12 @@ else
MAKE=make
fi
-# If the user included the --snapshot argument, mark it down.
-if [[ $1 = "--snapshot" ]] || [[ $2 = "--snapshot" ]]
+# Unless the user wants a release build, configure for SVN snapshots
+if [[ $1 = "--release" ]] || [[ $2 = "--release" ]]
then
- SNAPSHOT=1
-else
SNAPSHOT=0
+else
+ SNAPSHOT=1
fi
# We fought the law and the law won