Rene Kita
4e23ee03ca
Handle failed system calls
...
Introduce a separate TU for utility functions util.c. Add a function
exec_cmd to simplify execution of system commands with error handling.
While at it, suppress a warning about unused result when executing a
shell command. As we only display the command's output we do not care
about the exit code.
This fixes Debian bug #398989[0]
[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398989
2023-01-04 13:59:49 +01:00
Rene Kita
a3b9887113
Enable -Wnull-dereference by default
2022-04-19 10:08:54 +02:00
Rene Kita
bf40283a80
Enable -Wall by default
2022-02-20 11:14:54 +01:00
Rene Kita
f7601b4555
Move OPTS to end of CFLAGS
...
This allows the user to override default options.
2022-02-20 11:14:53 +01:00
Tatsuya Kinoshita
e383c7d7ab
Use xz with -9e for the dist target
2021-01-18 22:17:04 +09:00
Tatsuya Kinoshita
4258de9560
Use xz instead of gzip for the dist target
2020-11-15 21:31:51 +09:00
Tatsuya Kinoshita
8dc7e1dc0c
Update the dist target to use git archive
2020-11-12 21:41:51 +09:00
Tatsuya Kinoshita
92559b8cc3
Install German manpages
2016-08-08 21:00:25 +09:00
Tatsuya Kinoshita
c762459c93
Merge branch 'bug/parallel-make'
2013-10-15 21:11:41 +09:00
Tatsuya Kinoshita
a71bf49c66
Merge branch 'bug/605761'
2013-10-15 21:11:23 +09:00
Tatsuya Kinoshita
2a8828bc6a
Depend on funcname.tab to fix parallel make issue of scripts
2013-10-15 21:09:28 +09:00
Tatsuya Kinoshita
4b48fe6134
Revert "Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5"
...
This reverts commit 7410954066
.
2013-10-15 19:14:46 +09:00
Tatsuya Kinoshita
0b18a8df29
Merge from upstream on 2012-05-22
2012-05-22 23:09:07 +09:00
Tatsuya Kinoshita
af9d18fbbc
Use $(CPPFLAGS) with $(CPP)
...
Patch from <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665491 >
provided by Simon Ruderich.
2012-05-19 19:15:45 +09:00
Tatsuya Kinoshita
ff57751125
Merge branch 'bug/entity-h-clean'
2011-06-19 20:51:26 +09:00
Tatsuya Kinoshita
c201b9a652
Remove entity.h when `make clean'
...
The file entity.h is regenerated at build time, so it should be
removed when `make clean'.
2011-06-19 20:48:14 +09:00
Tatsuya Kinoshita
7410954066
Explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5
...
Patch from 0.5.2-10ubuntu1 to explicitly link w3mimgdisplay with -lX11
to build with gcc 4.5, provided by Martin Pitt.
2011-06-19 20:46:20 +09:00
Tatsuya Kinoshita
5397d09e58
Adding upstream version 0.5.3
2011-05-04 16:41:45 +09:00
Tatsuya Kinoshita
6db339b3d7
Adding upstream version 0.5.2
2011-05-04 16:23:02 +09:00
Tatsuya Kinoshita
72f72d64a4
Adding upstream version 0.5.1
2011-05-04 16:05:14 +09:00