Need some release engineering reminders after I failed to update the pkgname

when I released v1.4.
This commit is contained in:
Emil Mikulic 2006-12-13 07:15:32 +00:00
parent 4a405e36b1
commit de03d20958
2 changed files with 6 additions and 0 deletions

1
REL-ENG Normal file
View File

@ -0,0 +1 @@
Before rolling out a new version, make sure you update pkgname in the C file.

5
warnflags.sh Executable file
View File

@ -0,0 +1,5 @@
BDECFLAGS="-W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wcast-qual -Wchar-subscripts -Winline -Wmissing-prototypes -Wnested-externs \
-Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings"
(cd trunk && rm -f darkhttpd && make bsd CFLAGS="$BDECFLAGS")