Make plugin: Support non-standard makefile name. #264

Merged
merged 1 commit into from Jan 26, 2016

Conversation

Projects
None yet
2 participants
Member

kyrofa commented Jan 26, 2016

This PR fixes LP: #1500759 by adding a "makefile" property to the Make plugin, which, if specified, results in a make -f <makefile> instead of just make. This supports projects with makefiles named e.g. makefile.linux, etc.

Member

elopio commented Jan 26, 2016

👍
An integration tests without the mocks wouldn't hurt :)

Member

kyrofa commented Jan 26, 2016

@elopio good idea-- done.

Make plugin: Support non-standard makefile name.
This commit adds a "makefile" property to the Make plugin, which,
if specified, results in a `make -f <makefile>` instead of just
`make`. This supports projects with makefiles named e.g.
makefile.linux, etc.

LP: #1500759

Signed-off-by: Kyle Fazzari <kyle@canonical.com>

kyrofa added a commit that referenced this pull request Jan 26, 2016

Merge pull request #264 from kyrofa/bugfix/1500759/make_plugin_overri…
…de_makefile

Make plugin: Support non-standard makefile name.

@kyrofa kyrofa merged commit 5031c11 into snapcore:master Jan 26, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.08%) to 91.318%
Details

@kyrofa kyrofa deleted the kyrofa:bugfix/1500759/make_plugin_override_makefile branch Jan 26, 2016

smoser pushed a commit to smoser/snapcraft that referenced this pull request Sep 14, 2016

Remove call to grep (#264)
* pep8 formatting

* ignore the return code for grep check

* code review feedback

kalikiana pushed a commit to kalikiana/snapcraft that referenced this pull request Apr 6, 2017

Merge pull request #264 from kyrofa/bugfix/1500759/make_plugin_overri…
…de_makefile

Make plugin: Support non-standard makefile name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment