|
@@ -1,4 +1,4 @@
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
#
|
|
|
# Permission to use, copy, modify, and/or distribute this software for any
|
|
|
# purpose with or without fee is hereby granted, provided that the above
|
|
@@ -103,7 +103,7 @@ erlang-mk:
|
|
|
cp $(ERLANG_MK_BUILD_DIR)/erlang.mk ./erlang.mk
|
|
|
rm -rf $(ERLANG_MK_BUILD_DIR)
|
|
|
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: distclean-deps distclean-pkg pkg-list pkg-search
|
|
@@ -267,7 +267,7 @@ help::
|
|
|
" pkg-list List all known packages" \
|
|
|
" pkg-search q=STRING Search for STRING in the package index"
|
|
|
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: clean-app
|
|
@@ -414,7 +414,7 @@ ifneq ($(wildcard $(TEST_DIR)/*.beam),)
|
|
|
$(gen_verbose) rm -f $(TEST_DIR)/*.beam
|
|
|
endif
|
|
|
|
|
|
-# Copyright (c) 2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2014-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: bootstrap bootstrap-lib bootstrap-rel new list-templates
|
|
@@ -742,7 +742,7 @@ endif
|
|
|
list-templates:
|
|
|
@echo Available templates: $(sort $(patsubst tpl_%,%,$(filter tpl_%,$(.VARIABLES))))
|
|
|
|
|
|
-# Copyright (c) 2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2014-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: clean-c_src distclean-c_src-env
|
|
@@ -848,7 +848,7 @@ distclean-c_src-env:
|
|
|
-include $(C_SRC_ENV)
|
|
|
endif
|
|
|
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: ct distclean-ct
|
|
@@ -904,7 +904,7 @@ $(foreach test,$(CT_SUITES),$(eval $(call ct_suite_target,$(test))))
|
|
|
distclean-ct:
|
|
|
$(gen_verbose) rm -rf logs/
|
|
|
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: plt distclean-plt dialyze
|
|
@@ -946,7 +946,7 @@ dialyze: $(DIALYZER_PLT)
|
|
|
endif
|
|
|
@dialyzer --no_native $(DIALYZER_DIRS) $(DIALYZER_OPTS)
|
|
|
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# Copyright (c) 2015, Viktor Söderqvist <viktor@zuiderkwast.se>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
@@ -1015,7 +1015,7 @@ elvis: $(ELVIS) $(ELVIS_CONFIG)
|
|
|
distclean-elvis:
|
|
|
$(gen_verbose) rm -rf $(ELVIS)
|
|
|
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
# Configuration.
|
|
@@ -1113,6 +1113,7 @@ distclean-escript:
|
|
|
$(gen_verbose) rm -f $(ESCRIPT_NAME)
|
|
|
|
|
|
# Copyright (c) 2014, Enrique Fernandez <enrique.fernandez@erlang-solutions.com>
|
|
|
+# Copyright (c) 2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is contributed to erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: eunit
|
|
@@ -1159,7 +1160,7 @@ EUNIT_RUN = $(ERL) \
|
|
|
eunit: test-build
|
|
|
$(gen_verbose) $(EUNIT_RUN)
|
|
|
|
|
|
-# Copyright (c) 2013-2014, Loïc Hoguin <essen@ninenines.eu>
|
|
|
+# Copyright (c) 2013-2015, Loïc Hoguin <essen@ninenines.eu>
|
|
|
# This file is part of erlang.mk and subject to the terms of the ISC License.
|
|
|
|
|
|
.PHONY: relx-rel distclean-relx-rel distclean-relx
|
|
@@ -1171,7 +1172,7 @@ RELX_CONFIG ?= $(CURDIR)/relx.config
|
|
|
RELX ?= $(CURDIR)/relx
|
|
|
export RELX
|
|
|
|
|
|
-RELX_URL ?= https://github.com/erlware/relx/releases/download/v1.1.0/relx
|
|
|
+RELX_URL ?= https://github.com/erlware/relx/releases/download/v1.2.0/relx
|
|
|
RELX_OPTS ?=
|
|
|
RELX_OUTPUT_DIR ?= _rel
|
|
|
|