Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make plugin: Support non-standard makefile name. #264
Conversation
|
|
|
@elopio good idea-- done. |
added a commit
that referenced
this pull request
Jan 26, 2016
kyrofa
merged commit 5031c11
into
snapcore:master
Jan 26, 2016
kyrofa
deleted the
kyrofa:bugfix/1500759/make_plugin_override_makefile
branch
Jan 26, 2016
kyrofa
referenced this pull request
Jan 26, 2016
Merged
Backport to 1.x: Make plugin: Support non-standard makefile name. #265
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kyrofa commentedJan 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 justmake. This supports projects with makefiles named e.g. makefile.linux, etc.