use $(MAKE) in the makefile, so FreeBSD will use the right make tool (gmake) #1990

pull robbak wants to merge 3 commits into bitcoin:master from robbak:master changing 1 files +1 −1
  1. robbak commented at 12:09 PM on November 6, 2012: contributor

    After the leveldb import, src/makefile.unix has the 'make' command for leveldb hard coded. When a build is run on FreeBSD, it uses the system make, which uses different syntaxes. Using the macro $(MAKE) will cause it to run gmake, and the build will work.

  2. Alter make to $MAKE, to use the correct make line. 3267946d8d
  3. Merge remote-tracking branch 'bitcoin/bitcoin' 2bf1d50127
  4. Merge remote-tracking branch 'upstream/master' 0e7ef9aa07
  5. Diapolo commented at 11:26 AM on November 10, 2012: none

    @robbak You should not merge upstream changes but rebase your pull onto current master. The way this pull is now it won't be accepted I think.

    • git checkout "local branch"
    • git fetch upstream
    • git rebase upstream
    • git push origin "local branch" -f
  6. gavinandresen commented at 10:46 PM on November 10, 2012: contributor

    Needs to be rebased into one commit, and the same change should be made to the other OS's Makefiles.

  7. robbak closed this on Nov 13, 2012

  8. robbak commented at 12:11 AM on November 13, 2012: contributor

    I've messed up my clone, so I'll do it again, the right way. Thanks.

  9. KolbyML referenced this in commit 027c036f0a on Dec 5, 2020
  10. KolbyML referenced this in commit 06b28f1854 on Dec 5, 2020
  11. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me