From: Roland McGrath Date: Mon, 30 Dec 2002 00:51:25 +0000 (+0000) Subject: 2002-12-29 Roland McGrath X-Git-Tag: v4.5.18~920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4d289013916c73187d461bb8f4b4010f6cf3f5a;p=strace 2002-12-29 Roland McGrath * linux/alpha/Makefile.in: File removed. * linux/hppa/Makefile.in: File removed. * linux/ia64/Makefile.in: File removed. * linux/powerpc/Makefile.in: File removed. * linux/s390/Makefile.in: File removed. * linux/s390x/Makefile.in: File removed. --- diff --git a/linux/hppa/Makefile.in b/linux/hppa/Makefile.in deleted file mode 100644 index 6b029aa0..00000000 --- a/linux/hppa/Makefile.in +++ /dev/null @@ -1,57 +0,0 @@ -# -# $Id$ -# - -srcdir = @srcdir@ -VPATH = @srcdir@ - -CC = @CC@ -CPP = @CPP@ -SHELL = /bin/sh - -DEFS = @DEFS@ -LDLIBS = @LIBS@ - -CFLAGS = -g -LDFLAGS = -g -WARNFLAGS = @WARNFLAGS@ - -CPPFLAGS = -INCLUDES = -I. -I.. -I$(srcdir)/.. -I../.. -I$(srcdir) - -includedir = @includedir@ - -all: ioctlent.h errnoent.h signalent.h syscallent.h - -ioctlent.raw: ioctlent.sh - $(SHELL) $(srcdir)/ioctlent.sh $(includedir) >$@ - -ioctlent.h: ioctlent.raw ioctlsort - ./ioctlsort >$@ - -ioctlsort: ioctlsort.o - $(CC) $(LDFLAGS) ioctlsort.o -o ioctlsort - -ioctlsort.o: ../../ioctlsort.c - $(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c $(srcdir)/../../ioctlsort.c - -ioctlsort.o: ioctlent.raw - -errnoent.h: ../../errnoent.sh $(includedir)/asm/errno.h - $(SHELL) $(srcdir)/../../errnoent.sh $(includedir)/asm/errno.h >$@ - -signalent.h: ../../signalent.sh $(includedir)/asm/signal.h - $(SHELL) $(srcdir)/../../signalent.sh $(includedir)/asm/signal.h >$@ - -#syscallent.h: ../../syscallent.sh $(includedir)/sys/syscall.h -syscallent.h: - $(SHELL) $(srcdir)/../../syscallent.sh $(includedir)/sys/syscall.h >$@ - -clean: - rm -f ioctlent.c *.raw *.tmp *.o ioctlsort - -distclean: clean - rm -f Makefile - -maintainer-clean: distclean - rm -f ioctlent.h errnoent.h signalent.h diff --git a/linux/ia64/Makefile.in b/linux/ia64/Makefile.in deleted file mode 100644 index 72b0383d..00000000 --- a/linux/ia64/Makefile.in +++ /dev/null @@ -1,55 +0,0 @@ -# -# $Id$ -# - -srcdir = @srcdir@ -VPATH = $(srcdir) - -CC = @CC@ -CPP = @CPP@ -SHELL = /bin/sh - -DEFS = @DEFS@ -LDLIBS = @LIBS@ - -CFLAGS = -g -LDFLAGS = -g -WARNFLAGS = @WARNFLAGS@ - -CPPFLAGS = -INCLUDES = -I. -I.. -I$(srcdir)/.. -I../.. -I$(srcdir) - -includedir = @includedir@ - -all: ioctlent.h errnoent.h signalent.h syscallent.h - -ioctlent.h: ioctlsort - ./ioctlsort >$@ - -ioctlsort: ioctlsort.o - $(CC) $(LDFLAGS) ioctlsort.o -o ioctlsort - -ioctlsort.o: ../ioctlsort.c ioctldefs.h ioctls.h - $(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c $< - -ioctldefs.h ioctls.h: $(srcdir)/../ioctlent.sh - sh $(srcdir)/../ioctlent.sh - -errnoent.h: ../../errnoent.sh $(includedir)/asm/errno.h - $(SHELL) $(srcdir)/../../errnoent.sh $(includedir)/asm/errno.h >$@ - -signalent.h: ../../signalent.sh $(includedir)/asm/signal.h - $(SHELL) $(srcdir)/../../signalent.sh $(includedir)/asm/signal.h >$@ - -#syscallent.h: ../../syscallent.sh $(includedir)/sys/syscall.h -syscallent.h: - $(SHELL) $(srcdir)/../../syscallent.sh $(includedir)/sys/syscall.h >$@ - -clean: - rm -f ioctlent.c *.raw *.tmp *.o ioctlsort - -distclean: clean - rm -f Makefile - -maintainer-clean: distclean - rm -f ioctlent.h errnoent.h signalent.h diff --git a/linux/s390/Makefile.in b/linux/s390/Makefile.in deleted file mode 100644 index c5cd3fb1..00000000 --- a/linux/s390/Makefile.in +++ /dev/null @@ -1,63 +0,0 @@ -# -# $Id$ -# - -srcdir = @srcdir@ -VPATH = @srcdir@ - -CC = @CC@ -CPP = @CPP@ -SHELL = /bin/sh - -DEFS = @DEFS@ -LDLIBS = @LIBS@ - -CFLAGS = -g -LDFLAGS = -g -WARNFLAGS = @WARNFLAGS@ - -CPPFLAGS = -INCLUDES = -I. -I.. -I$(srcdir)/.. -I../.. -I$(srcdir) - -includedir = @includedir@ - -all: ioctlent.h errnoent.h signalent.h syscallent.h - -headers: - -ioctls.h: ../ioctlent.sh - $(SHELL) $(srcdir)/../ioctlent.sh - -ioctldefs.h: - $(SHELL) $(srcdir)/../ioctlent.sh - -ioctlent.h: ioctls.h ioctlsort - ./ioctlsort >$@ - -ioctlsort: ioctlsort.o - $(CC) $(LDFLAGS) ioctlsort.o -o ioctlsort - -ioctlsort.o: ../ioctlsort.c - cp -f ../ioctlsort.c . - $(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c ioctlsort.c - -ioctlsort.o: ioctls.h ioctldefs.h - -errnoent.h: ../../errnoent.sh $(includedir)/asm/errno.h - $(SHELL) $(srcdir)/../../errnoent.sh $(includedir)/asm/errno.h >$@ - -signalent.h: ../../signalent.sh $(includedir)/asm/signal.h - $(SHELL) $(srcdir)/../../signalent.sh $(includedir)/asm/signal.h >$@ - -#syscallent.h: ../../syscallent.sh $(includedir)/sys/syscall.h -syscallent.h: - $(SHELL) $(srcdir)/../../syscallent.sh $(includedir)/sys/syscall.h >$@ - -clean: - rm -f ioctls.h ioctldefs.h *.o ioctlsort ioctlsort.c - -distclean: clean - rm -f Makefile - -maintainer-clean: distclean - rm -f ioctlent.h errnoent.h signalent.h diff --git a/linux/s390x/Makefile.in b/linux/s390x/Makefile.in deleted file mode 100644 index c5cd3fb1..00000000 --- a/linux/s390x/Makefile.in +++ /dev/null @@ -1,63 +0,0 @@ -# -# $Id$ -# - -srcdir = @srcdir@ -VPATH = @srcdir@ - -CC = @CC@ -CPP = @CPP@ -SHELL = /bin/sh - -DEFS = @DEFS@ -LDLIBS = @LIBS@ - -CFLAGS = -g -LDFLAGS = -g -WARNFLAGS = @WARNFLAGS@ - -CPPFLAGS = -INCLUDES = -I. -I.. -I$(srcdir)/.. -I../.. -I$(srcdir) - -includedir = @includedir@ - -all: ioctlent.h errnoent.h signalent.h syscallent.h - -headers: - -ioctls.h: ../ioctlent.sh - $(SHELL) $(srcdir)/../ioctlent.sh - -ioctldefs.h: - $(SHELL) $(srcdir)/../ioctlent.sh - -ioctlent.h: ioctls.h ioctlsort - ./ioctlsort >$@ - -ioctlsort: ioctlsort.o - $(CC) $(LDFLAGS) ioctlsort.o -o ioctlsort - -ioctlsort.o: ../ioctlsort.c - cp -f ../ioctlsort.c . - $(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c ioctlsort.c - -ioctlsort.o: ioctls.h ioctldefs.h - -errnoent.h: ../../errnoent.sh $(includedir)/asm/errno.h - $(SHELL) $(srcdir)/../../errnoent.sh $(includedir)/asm/errno.h >$@ - -signalent.h: ../../signalent.sh $(includedir)/asm/signal.h - $(SHELL) $(srcdir)/../../signalent.sh $(includedir)/asm/signal.h >$@ - -#syscallent.h: ../../syscallent.sh $(includedir)/sys/syscall.h -syscallent.h: - $(SHELL) $(srcdir)/../../syscallent.sh $(includedir)/sys/syscall.h >$@ - -clean: - rm -f ioctls.h ioctldefs.h *.o ioctlsort ioctlsort.c - -distclean: clean - rm -f Makefile - -maintainer-clean: distclean - rm -f ioctlent.h errnoent.h signalent.h