25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB-1134)

SVN Revision: 2843
This commit is contained in:
Badlop 2009-12-29 19:15:59 +00:00
parent 6f3aeead07
commit a89b400c04
11 changed files with 11 additions and 11 deletions

View File

@ -32,7 +32,7 @@ EFLAGS += -pa .
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
ifdef ejabberd_debug ifdef ejabberd_debug

View File

@ -26,7 +26,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
ERLSHLIBS = ../ejabberd_zlib_drv.so ERLSHLIBS = ../ejabberd_zlib_drv.so

View File

@ -16,7 +16,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
OUTDIR = .. OUTDIR = ..

View File

@ -14,7 +14,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
ifeq (@transient_supervisors@, false) ifeq (@transient_supervisors@, false)

View File

@ -14,7 +14,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
OUTDIR = .. OUTDIR = ..

View File

@ -14,7 +14,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
OUTDIR = .. OUTDIR = ..

View File

@ -14,7 +14,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
OUTDIR = .. OUTDIR = ..

View File

@ -14,7 +14,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
ERLSHLIBS = ../epam ERLSHLIBS = ../epam

View File

@ -14,7 +14,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
OUTDIR = .. OUTDIR = ..

View File

@ -26,7 +26,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
ERLSHLIBS = ../tls_drv.so ERLSHLIBS = ../tls_drv.so

View File

@ -14,7 +14,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations. # make debug=true to compile Erlang module with debug informations.
ifdef debug ifdef debug
EFLAGS+=+debug_info EFLAGS+=+debug_info +export_all
endif endif
SOURCES = $(wildcard *.erl) SOURCES = $(wildcard *.erl)