Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change 'make' to $(MAKE) in leveldb make command line #2006

Merged
merged 1 commit into from
Nov 27, 2012

Conversation

robbak
Copy link
Contributor

@robbak robbak commented Nov 13, 2012

Other operating systems, like FreeBSD, have their own make programs, with different syntax. These install GNU make as gmake, and relay on the $(MAKE) macro to specify the right program.
The src/makefile.* files hard code make command line for leveldb, causing FreeBSD to use the wrong make command.

This pull edits this command to use the $(MAKE) macro, so the right make command is used.

@jgarzik
Copy link
Contributor

jgarzik commented Nov 16, 2012

ACK

@BitcoinPullTester
Copy link

Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/978770b59da4665f8cafc0083487e3c0696c45cc for binaries and test log.

sipa added a commit that referenced this pull request Nov 27, 2012
Change 'make' to $(MAKE) in leveldb make command line
@sipa sipa merged commit 0c50d8b into bitcoin:master Nov 27, 2012
laudney pushed a commit to reddcoin-project/reddcoin-3.10 that referenced this pull request Mar 19, 2014
Change 'make' to $(MAKE) in leveldb make command line
HashUnlimited pushed a commit to chaincoin/chaincoin that referenced this pull request Mar 21, 2018
Should fail for empty lock request
KolbyML pushed a commit to KolbyML/bitcoin that referenced this pull request Dec 5, 2020
d0a324d Refactor: introduce IsAvailableState (to not call GetActiveState twice) (random-zebra)
a8404a4 Refactor: remove CMasternode::Check - return "live" activeState. (random-zebra)

Pull request description:

  This is the second part of bitcoin#2000 , and it's based on top of it.
  Here we remove `CMasternode::check()` and `CMasternode::activeState`, replacing it with a function `GetActiveState()`, which returns the state in real time.

ACKs for top commit:
  furszy:
    nice work ☕, looking great, ACK d0a324d
  Fuzzbawls:
    utACK d0a324d

Tree-SHA512: c0fa1d8ca13c4b21457990239198858426384a0578b1a6670912eb72e5f6b90c236c14d9eb6bbb6000ff401e1d512be692d72f873224d4c010d08a7df23f8f2e
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
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

4 participants