aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bootstrap.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-05-23 11:40:03 +0200
committerLoïc Hoguin <[email protected]>2022-05-23 11:40:03 +0200
commit099d602e825f20b59130dc4c8234de8ea870e78b (patch)
tree55a3f7f65b0c10fd73feafb191a431aa493be2b3 /plugins/bootstrap.mk
parentc5002afeefa5636f66cc673a80f130175f931a60 (diff)
downloaderlang.mk-099d602e825f20b59130dc4c8234de8ea870e78b.tar.gz
erlang.mk-099d602e825f20b59130dc4c8234de8ea870e78b.tar.bz2
erlang.mk-099d602e825f20b59130dc4c8234de8ea870e78b.zip
Automatically add relx dependency on bootstrap-rel
Diffstat (limited to 'plugins/bootstrap.mk')
-rw-r--r--plugins/bootstrap.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk
index 7277d69..3d659f5 100644
--- a/plugins/bootstrap.mk
+++ b/plugins/bootstrap.mk
@@ -451,6 +451,8 @@ endif
$(verbose) mkdir config/
$(verbose) $(call core_render,bs_sys_config,config/sys.config)
$(verbose) $(call core_render,bs_vm_args,config/vm.args)
+ $(verbose) sed '/^include erlang.mk/i BUILD_DEPS += relx' Makefile > Makefile.tmp
+ $(verbose) mv Makefile.tmp Makefile
new-app:
ifndef in