From: robk-tahoe Date: Wed, 27 Feb 2008 01:48:22 +0000 (-0700) Subject: mac build: ahem. fix makefile probs X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/rgr-080307.php?a=commitdiff_plain;h=8dad6fffc3c7fea8bd1ef782465a472748679dd4;p=tahoe-lafs%2Ftahoe-lafs.git mac build: ahem. fix makefile probs 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] --- diff --git a/mac/Makefile b/mac/Makefile index f1315349..e3dc8c18 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -6,7 +6,7 @@ all: build dist: build diskimage upload cleanup build: - rsync -avn ` 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: