Source-Changes-D archive

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

Re: CVS commit: src/external/bsd/file/lib



 Please pullup the following change to netbsd-8 branch.

On 2018/12/12 15:36, SAITOH Masanobu wrote:
Module Name:	src
Committed By:	msaitoh
Date:		Wed Dec 12 06:36:13 UTC 2018

Modified Files:
	src/external/bsd/file/lib: Makefile

Log Message:
  Use DPSRCS for magic.h. OK'd by Christos.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/file/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


 This change can't apply cleanly to netbsd-8, so use the following diff:

Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/bsd/file/lib/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile	10 Feb 2017 18:11:18 -0000	1.8
+++ Makefile	13 Dec 2018 11:53:40 -0000
@@ -20,6 +20,7 @@ CPPFLAGS+=-I.
 SRCS=		magic.c apprentice.c softmagic.c ascmagic.c compress.c	\
 		is_tar.c readelf.c print.c fsmagic.c apptype.c funcs.c \
 		cdf.c readcdf.c cdf_time.c encoding.c der.c
+DPSRCS=		magic.h
 MAN=		libmagic.3
 MLINKS+=	libmagic.3 magic_open.3 \
 		libmagic.3 magic_close.3 \
@@ -41,5 +42,3 @@ magic.h:        magic.h.in
 CLEANFILES+=	magic.h
.include <bsd.lib.mk>
-
-${ALLOBJS}:	magic.h


--
-----------------------------------------------
                SAITOH Masanobu (msaitoh%execsw.org@localhost
                                 msaitoh%netbsd.org@localhost)


Home | Main Index | Thread Index | Old Index