Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

make: Change make install to build snap #1094

Merged
merged 1 commit into from
Jul 26, 2016
Merged

Conversation

ssorsa
Copy link
Contributor

@ssorsa ssorsa commented Jul 25, 2016

Fixes #XXXX

Summary of changes:

  • change make install to include building of snap before cp

Testing done:

  • Tested manually

@intelsdi-x/snap-maintainers

Change make install also to build snap before cp, by adding the command for
executing make all. Tested manually.

Signed-off-by: Saija Sorsa saija.sorsa@intel.com

Change `make install` also to build snap before `cp`, by adding the command for
executing `make all`. Tested manually.

Signed-off-by: Saija Sorsa <saija.sorsa@intel.com>
@nanliu
Copy link
Contributor

nanliu commented Jul 25, 2016

Any reason to merge these steps? since make is typically:

./configure
make
make install

@tjmcs
Copy link
Contributor

tjmcs commented Jul 25, 2016

I think this is a great idea, @nanliu; with this change the Snap build process would match what I expected make install to do when I first started working with Snap.

@IzabellaRaulin
Copy link
Contributor

LGTM

@tjmcs
Copy link
Contributor

tjmcs commented Jul 26, 2016

👍 for a merge from me too

@mbbroberg
Copy link
Contributor

w/ the LGTMs, I'm merging. Thanks @ssorsa for your contribution!

@mbbroberg mbbroberg merged commit e76b102 into intelsdi-x:master Jul 26, 2016
nanliu added a commit that referenced this pull request Aug 12, 2016
make: Change 'make install' NOT to build Snap. Revert of #1094
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants