mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
266dd32323
Adds -p option so that `mkdir` does not error if build dir already exists. Before this change, if chia_bls build failed for some previous reason (e.g. b/c cmake was not installed), the chia_bls build would always fail in the future because the `build` directory already exists. Previous error message: ``` $ make -j4 Configuring chia_bls... mkdir: cannot create directory ‘build’: File exists make: *** [/Users/nmarley/projects/dash/depends/work/build/x86_64-apple-darwin18.0.0/chia_bls/b24c15cef6567a855e901b4774d1d22efb063ea9-e5023308c2a/./.stamp_configured] Error 1 ``` |
||
---|---|---|
.. | ||
bdb.mk | ||
boost.mk | ||
chia_bls.mk | ||
dbus.mk | ||
expat.mk | ||
fontconfig.mk | ||
freetype.mk | ||
gmp.mk | ||
libevent.mk | ||
libICE.mk | ||
libSM.mk | ||
libX11.mk | ||
libXau.mk | ||
libxcb.mk | ||
libXext.mk | ||
miniupnpc.mk | ||
native_biplist.mk | ||
native_ccache.mk | ||
native_cctools.mk | ||
native_cdrkit.mk | ||
native_ds_store.mk | ||
native_libdmg-hfsplus.mk | ||
native_mac_alias.mk | ||
native_protobuf.mk | ||
openssl.mk | ||
packages.mk | ||
protobuf.mk | ||
qrencode.mk | ||
qt.mk | ||
xcb_proto.mk | ||
xextproto.mk | ||
xproto.mk | ||
xtrans.mk | ||
zeromq.mk | ||
zlib.mk |