projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f24057
)
mac build: ahem. fix makefile probs
author
robk-tahoe
<robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 01:48:22 +0000
(18:48 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Wed, 27 Feb 2008 01:48:22 +0000
(18:48 -0700)
oops. I screwed up the makefile syntax further. buildslave would spend a
lot of fruitless time trawling the entire drive. this fixes that. and a
stray -n. ahem. [looks down sheepishly]
mac/Makefile
patch
|
blob
|
history
diff --git
a/mac/Makefile
b/mac/Makefile
index f13153492feb6420bd19ba98ad02eb93f31f62b5..e3dc8c188a758f52a8d6e433fa75f39ef8ad1103 100644
(file)
--- a/
mac/Makefile
+++ b/
mac/Makefile
@@
-6,7
+6,7
@@
all: build
dist: build diskimage upload cleanup
build:
- rsync -av
n ` sw_vers -productVersion | sed -e 's/^\(10\.[0-9]*\)\..*
$/\1/' `/ ./
+ rsync -av
` sw_vers -productVersion | sed -e 's/^\(10\.[0-9]*\)\..*$
$/\1/' `/ ./
python setup.py py2app --no-chdir
diskimage: