- Portlint

This commit is contained in:
Pav Lucistnik 2004-02-29 13:41:06 +00:00
parent 6735d92b7a
commit b9bb9d05b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102531

View file

@ -20,9 +20,9 @@ GNU_CONFIGURE= yes
CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wno-long-long CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wno-long-long
post-build: post-build:
@echo " >>>> <<<<" @${ECHO_MSG} " >>>> <<<<"
@echo " >>>> Running the test suite <<<<" @${ECHO_MSG} " >>>> Running the test suite <<<<"
@echo " >>>> <<<<" @${ECHO_MSG} " >>>> <<<<"
cd ${WRKSRC}; ${MAKE} test cd ${WRKSRC}; ${MAKE} test
post-install: post-install: