We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b78f8 commit 619eea7Copy full SHA for 619eea7
rel/pkg/fbsdng/Makefile
@@ -97,6 +97,8 @@ $(BUILD_STAGE_DIR): buildrel
97
# * copy the vars.config over for build config
98
buildrel:
99
tar -xf $(BASE_DIR)/rel/pkg/out/$(PKG_ID).tar.gz -C $(BASE_DIR)/rel/pkg/out/$(PKG_ID)
100
+ cd $(BASE_DIR)/rel/pkg/out/$(PKG_ID); \
101
+ (mkdir -p _build/default && cd _build/default && for d in lib; do ln -fs $(BASE_DIR)/_build/default/$$d; done); \
102
$(MAKE) -C $(BASE_DIR)/rel/pkg/out/$(PKG_ID) rel-fbsdng
103
rm -rf rel/riak/lib/*/c_src rel/riak/lib/*/src
104
chmod 0755 rel/riak/bin/* rel/riak/erts-*/bin/*
0 commit comments