From 8a0ad72a3455f8a58525cf030e9f9f6c4e4fde43 Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 9 Jul 1996 11:20:50 +0000 Subject: [PATCH] Tue Jul 9 06:19:29 1996 Roland McGrath * sysdeps/mach/hurd/Makefile (stamp-errnos): Uncomment CVS commit cmds. --- sysdeps/mach/hurd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 200f2b02a5..61b3288d98 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -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 -- 2.11.0