[Midnightbsd-cvs] src [10917] trunk/gnu/usr.bin/cc/libcpp: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 14 20:25:13 EDT 2018


Revision: 10917
          http://svnweb.midnightbsd.org/src/?rev=10917
Author:   laffer1
Date:     2018-06-14 20:25:12 -0400 (Thu, 14 Jun 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/gnu/usr.bin/cc/libcpp/Makefile
    trunk/gnu/usr.bin/cc/libcpp/config.h

Modified: trunk/gnu/usr.bin/cc/libcpp/Makefile
===================================================================
--- trunk/gnu/usr.bin/cc/libcpp/Makefile	2018-06-15 00:25:01 UTC (rev 10916)
+++ trunk/gnu/usr.bin/cc/libcpp/Makefile	2018-06-15 00:25:12 UTC (rev 10917)
@@ -1,6 +1,8 @@
 # $MidnightBSD$
-# $FreeBSD: src/gnu/usr.bin/cc/libcpp/Makefile,v 1.1 2007/05/19 04:25:59 kan Exp $
+# $FreeBSD: stable/10/gnu/usr.bin/cc/libcpp/Makefile 259405 2013-12-15 03:47:31Z pfg $
 
+.include <bsd.own.mk>
+
 # Use our headers in preference to ones from ../cc_tools.
 CFLAGS+=	-I${.CURDIR} -I.
 
@@ -10,9 +12,9 @@
 
 LIB=	cpp
 SRCS=	localedir.h
-SRCS+=	charset.c directives.c errors.c expr.c files.c \
-	identifiers.c init.c lex.c line-map.c macro.c mkdeps.c \
-	pch.c symtab.c traditional.c
+SRCS+=	charset.c directives.c directives-only.c errors.c expr.c \
+	files.c identifiers.c init.c lex.c line-map.c macro.c \
+	mkdeps.c pch.c symtab.c traditional.c
 INTERNALLIB=
 WARNS?=	1
 

Modified: trunk/gnu/usr.bin/cc/libcpp/config.h
===================================================================
--- trunk/gnu/usr.bin/cc/libcpp/config.h	2018-06-15 00:25:01 UTC (rev 10916)
+++ trunk/gnu/usr.bin/cc/libcpp/config.h	2018-06-15 00:25:12 UTC (rev 10917)
@@ -1,6 +1,7 @@
+/* $MidnightBSD$ */
 /* config.h.  Generated by configure.  */
 /* config.in.  Generated from configure.ac by autoheader.  */
-/* $FreeBSD: src/gnu/usr.bin/cc/libcpp/config.h,v 1.1 2007/05/19 04:25:59 kan Exp $ */
+/* $FreeBSD: stable/10/gnu/usr.bin/cc/libcpp/config.h 169718 2007-05-19 04:25:59Z kan $ */
 
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    systems. This function is required for `alloca.c' support on those systems.



More information about the Midnightbsd-cvs mailing list