zap trailing newlines; "go for it" deraadt
authorokan <okan@openbsd.org>
Wed, 16 Jul 2014 20:02:17 +0000 (20:02 +0000)
committerokan <okan@openbsd.org>
Wed, 16 Jul 2014 20:02:17 +0000 (20:02 +0000)
lib/libarch/amd64/Makefile
lib/libarch/i386/Makefile
lib/libc/arch/hppa64/string/Makefile.inc
lib/libc/arch/ia64/string/Makefile.inc
lib/libc/arch/powerpc/net/Makefile.inc
lib/libc/thread/Makefile.inc
lib/libocurses/PSD.doc/Makefile
lib/libossaudio/Makefile
lib/libpthread/include/Makefile.inc
lib/libpthread/man/Makefile.inc
lib/librthread/Makefile

index bc11cd2..d6e249c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.11 2013/05/05 19:27:23 tedu Exp $
+#      $OpenBSD: Makefile,v 1.12 2014/07/16 20:02:17 okan Exp $
 #      $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
 
 MANSUBDIR=amd64
@@ -14,4 +14,3 @@ SRCS+=        amd64_iopl.c amd64_get_fsbase.c amd64_set_fsbase.c
 NOPROG=
 .include <bsd.prog.mk>
 .endif
-
index e8c1dd9..4cb11d3 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 2011/03/12 04:12:29 guenther Exp $
+#      $OpenBSD: Makefile,v 1.7 2014/07/16 20:02:17 okan Exp $
 #      $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
 
 MAN+=  i386_get_ldt.2 \
@@ -24,4 +24,3 @@ SRCS+=        i386_get_ldt.c i386_set_ldt.c \
 NOPROG=
 .include <bsd.prog.mk>
 .endif
-
index 51954ba..623fdff 100644 (file)
@@ -1,7 +1,6 @@
-#      $OpenBSD: Makefile.inc,v 1.1 2005/04/01 10:54:27 mickey Exp $
+#      $OpenBSD: Makefile.inc,v 1.2 2014/07/16 20:02:17 okan Exp $
 
 SRCS+= bcmp.c bzero.c bcopy.c memchr.c memcmp.c memset.c index.c rindex.c \
        strcat.c strcmp.c strcpy.c strlcpy.c strcspn.c strlen.c \
        strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
        strspn.c strstr.c swab.c ffs.c
-
index eebf40a..f0599d9 100644 (file)
@@ -1,2 +1 @@
 #      $NetBSD: Makefile.inc,v 1.4 2009/07/30 20:57:16 dsl Exp $
-
index 6d4c1ca..248e6ed 100644 (file)
@@ -1,6 +1,5 @@
-#      $OpenBSD: Makefile.inc,v 1.7 2007/06/05 18:11:48 kurt Exp $
+#      $OpenBSD: Makefile.inc,v 1.8 2014/07/16 20:02:17 okan Exp $
 
 .PATH: ${LIBCSRCDIR}/thread
 
 SRCS+= unithread_malloc_lock.c unithread_mutex.c unithread_tag.c
-
index 14dcd09..33c4a93 100644 (file)
@@ -38,5 +38,3 @@ intro.2.tbl: intro.2
        ${TBL} intro.2 > intro.2.tbl
 
 .include <bsd.doc.mk>
-
-
index e76cda5..de1d0e7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 2012/08/02 13:38:39 okan Exp $
+#      $OpenBSD: Makefile,v 1.5 2014/07/16 20:02:17 okan Exp $
 #      $NetBSD: Makefile,v 1.5 1998/04/13 14:18:45 lukem Exp $
 
 LIB=   ossaudio
@@ -14,4 +14,3 @@ includes:
          ${DESTDIR}/usr/include
 
 .include <bsd.lib.mk>
-
index b8fd215..d46b5e6 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.6 2013/06/02 22:03:12 tedu Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2014/07/16 20:02:17 okan Exp $
 
 includes:
        @cd ${SRCDIR}/include; \
@@ -9,4 +9,3 @@ includes:
                 ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
                        $$h ${DESTDIR}/usr/include) || exit 1; \
         done
-
index 7fd3ba1..50c531f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.34 2013/06/17 19:11:54 guenther Exp $
+# $OpenBSD: Makefile.inc,v 1.35 2014/07/16 20:02:17 okan Exp $
 # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $
 
 # POSIX thread man files
@@ -121,4 +121,3 @@ MLINKS+=flockfile.3 funlockfile.3 \
        sem_open.3 sem_unlink.3 \
        sem_wait.3 sem_timedwait.3 \
        sem_wait.3 sem_trywait.3
-
index a07cf92..1af81da 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.38 2014/07/10 13:46:30 guenther Exp $
+#      $OpenBSD: Makefile,v 1.39 2014/07/16 20:02:17 okan Exp $
 
 LIB=pthread
 LIBCSRCDIR=    ${.CURDIR}/../libc
@@ -43,4 +43,3 @@ SRCDIR= ${.CURDIR}/../libpthread
 .include "${SRCDIR}/include/Makefile.inc"
 .include "${SRCDIR}/man/Makefile.inc"
 .include <bsd.lib.mk>
-