OSDN Git Service

Makes snapshots the default build method for both make and jam. To build a regular...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 22 Mar 2008 14:33:09 +0000 (14:33 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 22 Mar 2008 14:33:09 +0000 (14:33 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1356 b64f7644-9d1e-0410-96f1-a4d463321fa5

Makefile
configure

index 849fa6c..fc28d67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ SYSTEM = $(shell uname -s)
 #\r
 ifeq ($(SYSTEM),Darwin)\r
 \r
-all:    clean app\r
-\r
 snapshot:   clean snapshot-app\r
 \r
+all:    clean app\r
+\r
 all-chunky:    clean app-chunky\r
 \r
 test:  clean cli\r
index 7c02be7..e4ef9a0 100755 (executable)
--- 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