mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
* sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c):
Do $(make-target-directory).
This commit is contained in:
parent
d37c140675
commit
faef34d020
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-01 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c):
|
||||||
|
Do $(make-target-directory).
|
||||||
|
|
||||||
2004-11-29 Roland McGrath <roland@redhat.com>
|
2004-11-29 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* posix/confstr.c: Avoid punctuation in #error text.
|
* posix/confstr.c: Avoid punctuation in #error text.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1996,1997,1998,1999,2001,2002,2003
|
# Copyright (C) 1996,1997,1998,1999,2001,2002,2003,2004
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -40,6 +40,7 @@ else
|
|||||||
$(objpfx)errlist-compat.c: errlist.c $(..)sysdeps/gnu/errlist-compat.awk \
|
$(objpfx)errlist-compat.c: errlist.c $(..)sysdeps/gnu/errlist-compat.awk \
|
||||||
$(before-compile)
|
$(before-compile)
|
||||||
endif
|
endif
|
||||||
|
$(make-target-directory)
|
||||||
$(AWK) -v maxerr=`\
|
$(AWK) -v maxerr=`\
|
||||||
$(CC) -S $(CPPFLAGS) $(CFLAGS) -DNOT_IN_libc -DEMIT_ERR_MAX $< -o - \
|
$(CC) -S $(CPPFLAGS) $(CFLAGS) -DNOT_IN_libc -DEMIT_ERR_MAX $< -o - \
|
||||||
| sed -n 's/^.*@@@[^0-9]*\([0-9]*\)[^0-9]*@@@.*$$/\1/p'` \
|
| sed -n 's/^.*@@@[^0-9]*\([0-9]*\)[^0-9]*@@@.*$$/\1/p'` \
|
||||||
|
Loading…
Reference in New Issue
Block a user