1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* sysdeps/mach/hurd/Makefile (stamp-errnos): Uncomment CVS commit cmds.

* sysdeps/gnu/errlist.awk: Undo mib's bogus changes.  The
	sysdeps/mach/hurd/errnos.awk bug fix was the only correct change.
This commit is contained in:
Roland McGrath
1996-07-09 11:21:20 +00:00
parent 3dbe15814d
commit 20121a6ac2
3 changed files with 7 additions and 4 deletions

View File

@@ -50,8 +50,6 @@ errnoh == 2 && $1 == "@deftypevr" && $2 == "Macro" && $3 == "int" \
errnoh == 3 && $1 == "@comment" && $2 == "errno" \
{
errno = $3 + 0;
if (errno == 0)
next;
if (alias[e])
printf "#if defined (%s) && %s != %s\n", e, e, alias[e];
else

View File

@@ -86,8 +86,8 @@ $(common-objpfx)stamp-errnos: $(hurd)/errnos.awk $(errno.texinfo) \
# Make it unwritable so noone will edit it by mistake.
-chmod a-w $(hurd)/errnos.h-tmp
./$(..)move-if-change $(hurd)/errnos.h-tmp $(hurd)/errnos.h
# test ! -d CVS || \
# (cd $(hurd); cvs commit -m'Regenerated from $^' errnos.h)
test ! -d CVS || \
(cd $(hurd); cvs commit -m'Regenerated from $^' errnos.h)
touch $@
generated += errnos.d stamp-errnos