aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-08 17:46:07 +0200
committerLoïc Hoguin <[email protected]>2015-09-08 17:46:07 +0200
commit283e2f411c7508ce6c4724a33026830ef02cc38e (patch)
tree76a1c32e864c5400ff681beb4dd16379e7fd137a
parent88d905fc5dc802af920a923f19ef226fb720d3aa (diff)
parentbbd059ff5af82cea816c17ef58a7cf360e085efc (diff)
downloaderlang.mk-283e2f411c7508ce6c4724a33026830ef02cc38e.tar.gz
erlang.mk-283e2f411c7508ce6c4724a33026830ef02cc38e.tar.bz2
erlang.mk-283e2f411c7508ce6c4724a33026830ef02cc38e.zip
Merge branch 'support-non-GNU-sed-in-tests' of https://github.com/rabbitmq/erlang.mk
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 82837fa..d7af832 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -770,7 +770,9 @@ core-app-no-makedep: build clean-core-app-no-makedep
$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
$i "Set NO_MAKEDEP ?= 1 in the Makefile"
- $t sed -i '2iNO_MAKEDEP ?= 1' $(APP)/Makefile
+ $t sed -i.bak '2i\
+NO_MAKEDEP ?= 1\
+' $(APP)/Makefile
$i "Generate .hrl files"
$t mkdir $(APP)/include/