mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
XML validation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300841 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -205,6 +205,7 @@ ifeq ($(findstring -Wall,$(_ASTCFLAGS) $(ASTCFLAGS)),)
|
||||
endif
|
||||
|
||||
_ASTCFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
|
||||
ADDL_TARGETS=
|
||||
|
||||
ifeq ($(AST_DEVMODE),yes)
|
||||
_ASTCFLAGS+=-Werror
|
||||
@@ -214,6 +215,7 @@ ifeq ($(AST_DEVMODE),yes)
|
||||
_ASTCFLAGS+=-Wundef
|
||||
_ASTCFLAGS+=-Wmissing-format-attribute
|
||||
_ASTCFLAGS+=-Wformat=2
|
||||
ADDL_TARGETS+=validate-docs
|
||||
endif
|
||||
|
||||
ifneq ($(findstring BSD,$(OSARCH)),)
|
||||
@@ -336,7 +338,7 @@ all: _all
|
||||
@echo " + $(mK) install +"
|
||||
@echo " +-------------------------------------------+"
|
||||
|
||||
_all: cleantest makeopts $(SUBDIRS) doc/core-en_US.xml
|
||||
_all: cleantest makeopts $(SUBDIRS) doc/core-en_US.xml $(ADDL_TARGETS)
|
||||
|
||||
makeopts: configure
|
||||
@echo "****"
|
||||
|
Reference in New Issue
Block a user