mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Need some release engineering reminders after I failed to update the pkgname
when I released v1.4.
This commit is contained in:
parent
4a405e36b1
commit
de03d20958
1
REL-ENG
Normal file
1
REL-ENG
Normal file
@ -0,0 +1 @@
|
|||||||
|
Before rolling out a new version, make sure you update pkgname in the C file.
|
5
warnflags.sh
Executable file
5
warnflags.sh
Executable 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")
|
Loading…
Reference in New Issue
Block a user