Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/usr.bin protoize/unprotoize are no more.



details:   https://anonhg.NetBSD.org/src/rev/cdd406598bbb
branches:  trunk
changeset: 766626:cdd406598bbb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 29 02:27:17 2011 +0000

description:
protoize/unprotoize are no more.

diffstat:

 external/gpl3/gcc/usr.bin/protoize/Makefile   |  21 ---------------------
 external/gpl3/gcc/usr.bin/unprotoize/Makefile |  21 ---------------------
 2 files changed, 0 insertions(+), 42 deletions(-)

diffs (50 lines):

diff -r 23f04e15a25f -r cdd406598bbb external/gpl3/gcc/usr.bin/protoize/Makefile
--- a/external/gpl3/gcc/usr.bin/protoize/Makefile       Wed Jun 29 02:26:47 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $
-
-NOMAN=         # defined
-
-.include <bsd.own.mk>
-
-PROG=           protoize
-SRCS=          protoize.c ${G_PROTO_OBJS:.o=.c}
-
-CPPFLAGS+=     -I${BACKENDOBJ} \
-               -DDEFAULT_TARGET_MACHINE=\"\" \
-               -DDEFAULT_TARGET_VERSION=\"\"
-
-
-.include "../Makefile.frontend"
-
-COPTS+=        -Wno-stack-protector
-
-.PATH: ${DIST}/gcc
-
-.include <bsd.info.mk>
diff -r 23f04e15a25f -r cdd406598bbb external/gpl3/gcc/usr.bin/unprotoize/Makefile
--- a/external/gpl3/gcc/usr.bin/unprotoize/Makefile     Wed Jun 29 02:26:47 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $
-
-NOMAN=         # defined
-
-.include <bsd.own.mk>
-
-PROG=           unprotoize
-SRCS=          protoize.c ${G_PROTO_OBJS:.o=.c}
-
-CPPFLAGS+=     -I${BACKENDOBJ} \
-               -DUNPROTOIZE \
-               -DDEFAULT_TARGET_MACHINE=\"\" \
-               -DDEFAULT_TARGET_VERSION=\"\"
-
-.include "../Makefile.frontend"
-
-COPTS+=        -Wno-stack-protector
-
-.PATH: ${DIST}/gcc
-
-.include <bsd.info.mk>



Home | Main Index | Thread Index | Old Index