From 6a032d81581978187f562e5533a32e0a6a3d352b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Feb 1996 10:00:27 +0000 Subject: Sat Feb 10 04:18:48 1996 Roland McGrath * posix/execvp.c: If execv fails with ENOEXEC, run the shell on the file. Fri Feb 9 11:46:45 1996 Roland McGrath * time/Makefile (CFLAGS-zdump.c, CFLAGS-zic.c, CFLAGS-ialloc.c, CFLAGS-scheck.c): Use -DNOID instead of -Wno-unused. * hurd/Makefile (user-interfaces): Added hurd/tioctl. --- time/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'time/Makefile') diff --git a/time/Makefile b/time/Makefile index f2cab6ae58..f1685e2ce9 100644 --- a/time/Makefile +++ b/time/Makefile @@ -125,7 +125,7 @@ tz-cc = $(COMPILE.c) $(+gcc-nowarn) \ -DTZDEFRULES='"$(posixrules-file)"' \ $< $(OUTPUT_OPTION) -CFLAGS-zdump.c = -Wno-strict-prototypes -CFLAGS-zic.c = -Wno-strict-prototypes -CFLAGS-ialloc.c = -Wno-strict-prototypes -Wno-unused -CFLAGS-scheck.c = -Wno-strict-prototypes -Wno-unused +CFLAGS-zdump.c = -Wno-strict-prototypes -DNOID +CFLAGS-zic.c = -Wno-strict-prototypes -DNOID +CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID +CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID -- cgit v1.2.3