Changeset f77f358 in trunk


Ignore:
Timestamp:
2015-01-15T02:44:34Z (10 years ago)
Author:
Daira Hopwood <daira@…>
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.
Message:

Merge pull request #135 from vu3rdd/182-osx-packaging-7

Makefile: make "build-osx-pkg" build target depend on the "build" target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified Makefile

    r0d935e85 rf77f358  
    3636# The editing of .egg-link and .pth files ensures that we reference the source at the correct path.
    3737.PHONY: build-osx-pkg
    38 build-osx-pkg:
    39         $(PYTHON) setup.py build
     38build-osx-pkg: build
    4039        find support -name $(APPNAME).egg-link -execdir sh -c "echo >> {}; echo /Applications/tahoe.app/src >> {}" \;
    4140        find support -name easy-install.pth -execdir sed -i.bak 's|^.*/src$$|../../../../src|' '{}' \;
    42         touch .built
    4341
    4442# create component pkg
Note: See TracChangeset for help on using the changeset viewer.