Changeset f77f358 in trunk
- Timestamp:
- 2015-01-15T02:44:34Z (10 years ago)
- Branches:
- master
- Children:
- ef455df
- Parents:
- 0d935e85 (diff), c2e415b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ¶
r0d935e85 rf77f358 36 36 # The editing of .egg-link and .pth files ensures that we reference the source at the correct path. 37 37 .PHONY: build-osx-pkg 38 build-osx-pkg: 39 $(PYTHON) setup.py build 38 build-osx-pkg: build 40 39 find support -name $(APPNAME).egg-link -execdir sh -c "echo >> {}; echo /Applications/tahoe.app/src >> {}" \; 41 40 find support -name easy-install.pth -execdir sed -i.bak 's|^.*/src$$|../../../../src|' '{}' \; 42 touch .built43 41 44 42 # create component pkg
Note: See TracChangeset
for help on using the changeset viewer.