Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4/man4.x86 When files are deleted, they need to...



details:   https://anonhg.NetBSD.org/src/rev/646653898581
branches:  trunk
changeset: 833994:646653898581
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Jul 21 09:51:20 2018 +0000

description:
When files are deleted, they need to be removed from the Makefile
as well ... does none of this ever get tested before it is committed?

diffstat:

 share/man/man4/man4.x86/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 29b97b4abb81 -r 646653898581 share/man/man4/man4.x86/Makefile
--- a/share/man/man4/man4.x86/Makefile  Sat Jul 21 07:46:56 2018 +0000
+++ b/share/man/man4/man4.x86/Makefile  Sat Jul 21 09:51:20 2018 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.18 2018/02/25 08:22:53 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.19 2018/07/21 09:51:20 kre Exp $
 
 MAN=   amdpcib.4 apic.4 balloon.4 coretemp.4 est.4 fdc.4 \
        fwhrng.4 hpet.4 ichlpcib.4 imcsmb.4 lpt.4 mem.4 odcm.4 powernow.4 \
-       soekrisgpio.4 tco.4 tprof_amdpmi.4 tprof_pmi.4 vmt.4 vmx.4 \
+       soekrisgpio.4 tco.4 vmt.4 vmx.4 \
        amdsmn.4 amdzentemp.4
 
 MLINKS+=apic.4 ioapic.4 \



Home | Main Index | Thread Index | Old Index