mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update Erlang.mk
This commit is contained in:
parent
0e2bd04cc9
commit
fac882164c
1 changed files with 4 additions and 4 deletions
8
erlang.mk
vendored
8
erlang.mk
vendored
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
|
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
|
||||||
|
|
||||||
ERLANG_MK_VERSION = 2016.11.03-10-g0b1932e-dirty
|
ERLANG_MK_VERSION = 2016.12.08-2-g1361da6
|
||||||
|
|
||||||
# Make 3.81 and 3.82 are deprecated.
|
# Make 3.81 and 3.82 are deprecated.
|
||||||
|
|
||||||
|
@ -4862,7 +4862,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(wildcard src/$(PROJECT_MOD).erl),)
|
ifeq ($(wildcard src/$(PROJECT_MOD).erl),)
|
||||||
define app_file
|
define app_file
|
||||||
{application, $(PROJECT), [
|
{application, '$(PROJECT)', [
|
||||||
{description, "$(PROJECT_DESCRIPTION)"},
|
{description, "$(PROJECT_DESCRIPTION)"},
|
||||||
{vsn, "$(PROJECT_VERSION)"},$(if $(IS_DEP),
|
{vsn, "$(PROJECT_VERSION)"},$(if $(IS_DEP),
|
||||||
{id$(comma)$(space)"$(1)"}$(comma))
|
{id$(comma)$(space)"$(1)"}$(comma))
|
||||||
|
@ -4874,7 +4874,7 @@ define app_file
|
||||||
endef
|
endef
|
||||||
else
|
else
|
||||||
define app_file
|
define app_file
|
||||||
{application, $(PROJECT), [
|
{application, '$(PROJECT)', [
|
||||||
{description, "$(PROJECT_DESCRIPTION)"},
|
{description, "$(PROJECT_DESCRIPTION)"},
|
||||||
{vsn, "$(PROJECT_VERSION)"},$(if $(IS_DEP),
|
{vsn, "$(PROJECT_VERSION)"},$(if $(IS_DEP),
|
||||||
{id$(comma)$(space)"$(1)"}$(comma))
|
{id$(comma)$(space)"$(1)"}$(comma))
|
||||||
|
@ -6309,7 +6309,7 @@ escript:: escript-zip
|
||||||
$(verbose) chmod +x $(ESCRIPT_FILE)
|
$(verbose) chmod +x $(ESCRIPT_FILE)
|
||||||
|
|
||||||
distclean-escript:
|
distclean-escript:
|
||||||
$(gen_verbose) rm -f $(ESCRIPT_NAME)
|
$(gen_verbose) rm -f $(ESCRIPT_FILE)
|
||||||
|
|
||||||
# Copyright (c) 2015-2016, Loïc Hoguin <essen@ninenines.eu>
|
# Copyright (c) 2015-2016, Loïc Hoguin <essen@ninenines.eu>
|
||||||
# Copyright (c) 2014, Enrique Fernandez <enrique.fernandez@erlang-solutions.com>
|
# Copyright (c) 2014, Enrique Fernandez <enrique.fernandez@erlang-solutions.com>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue