* misc/Makefile (CFLAGS-error.c): Define.
This commit is contained in:
Ulrich Drepper 2003-08-30 08:33:15 +00:00
parent 8c620ae082
commit 048466f614
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2003-08-30 Ulrich Drepper <drepper@redhat.com>
* misc/Makefile (CFLAGS-error.c): Define.
* misc/error.c (error): Disable cancellation handling around the
actual output. The message should in any case be printed.
(error_at_line): Likewise.

View File

@ -82,6 +82,7 @@ CFLAGS-readv.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-usleep.c = -fexceptions
CFLAGS-syslog.c = -fexceptions
CFLAGS-error.c = -fexceptions
include ../Rules