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:
0d935e8
)
Makefile: make "build-osx-pkg" build target depend on the "build" target
135/head
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Tue, 13 Jan 2015 09:31:46 +0000
(15:01 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Tue, 13 Jan 2015 09:31:46 +0000
(15:01 +0530)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a8afc1bd126ad589006ed50ceb6c009018bb4ba3..8a8b5ee3f4d424a8951b3a2f72d62483d295b72c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-35,11
+35,9
@@
build:
# Build OS X pkg packages.
# The editing of .egg-link and .pth files ensures that we reference the source at the correct path.
.PHONY: build-osx-pkg
-build-osx-pkg:
- $(PYTHON) setup.py build
+build-osx-pkg: build
find support -name $(APPNAME).egg-link -execdir sh -c "echo >> {}; echo /Applications/tahoe.app/src >> {}" \;
find support -name easy-install.pth -execdir sed -i.bak 's|^.*/src$$|../../../../src|' '{}' \;
- touch .built
# create component pkg
pkgbuild --root $(shell pwd) \