Skip to content

add global makefile intending to replace unsafe install script#63

Merged
waruqi merged 6 commits intodevfrom
unknown repository
Mar 30, 2017
Merged

add global makefile intending to replace unsafe install script#63
waruqi merged 6 commits intodevfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Mar 30, 2017

Danger of binding building and installing together is explained clearly in #61 . The install script seems to take the same risk.

$ sudo ./install

So a two-step makefile might be better

$ make build
$ sudo make install

This pull also includes new self-build CI yaml file. It seems that you nearly finish #60 's work. @waruqi

@waruqi
Copy link
Copy Markdown
Member

waruqi commented Mar 30, 2017

Ok, I will look at it.

Thanks!

@waruqi waruqi merged commit acd62b7 into xmake-io:dev Mar 30, 2017
@ghost ghost deleted the makefile branch March 30, 2017 11:26
@waruqi
Copy link
Copy Markdown
Member

waruqi commented Mar 30, 2017

Great, I have merged. 👍

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant