Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/isc/unix/include/isc/Attic/Makefile.in,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/isc/unix/include/isc/Attic/Makefile.in,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- src/external/mpl/bind/dist/lib/isc/unix/include/isc/Attic/Makefile.in 2018/08/12 12:08:25 1.1.1.1 +++ src/external/mpl/bind/dist/lib/isc/unix/include/isc/Attic/Makefile.in 2019/01/09 16:48:19 1.1.1.2 @@ -13,8 +13,8 @@ top_srcdir = @top_srcdir@ VERSION=@BIND9_VERSION@ -HEADERS = dir.h int.h keyboard.h net.h netdb.h offset.h stat.h \ - stdtime.h strerror.h syslog.h time.h +HEADERS = dir.h net.h netdb.h offset.h stat.h \ + stdtime.h syslog.h time.h SUBDIRS = TARGETS = @@ -26,10 +26,10 @@ installdirs: install:: installdirs for i in ${HEADERS}; do \ - ${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \ + ${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc || exit 1; \ done uninstall:: for i in ${HEADERS}; do \ - rm -f ${DESTDIR}${includedir}/isc/$$i ; \ + rm -f ${DESTDIR}${includedir}/isc/$$i || exit 1; \ done