HomePhabricator

build: fix build weirdness after 54372482.
f3967bcc50eaUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

build: fix build weirdness after 54372482.

bitcoin-config.h moved, but the old file is likely to still exist when
reconfiguring or switching branches. This would've caused files to not rebuild
correctly, and other strange problems.

Make the path explicit so that the old one cannot be found.

Core libs use config/bitcoin-config.h.

Libs (like crypto) which don't want access to bitcoin's headers continue
to use -Iconfig and #include bitcoin-config.h.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Jun 23 2014, 18:04
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING6d875669aa7c: Merge pull request #4394 from laanwj/2014_06_rpc_tests_connectnode
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rSTAGINGf3967bcc50ea: build: fix build weirdness after 54372482. (authored by Cory Fields <cory-nospam-@coryfields.com>).Jun 23 2014, 18:04