Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make(1): remove filemon object files on clean



details:   https://anonhg.NetBSD.org/src/rev/37b6bf4f8d9b
branches:  trunk
changeset: 938077:37b6bf4f8d9b
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Sep 01 17:12:30 2020 +0000

description:
make(1): remove filemon object files on clean

diffstat:

 usr.bin/make/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d9469e2da91f -r 37b6bf4f8d9b usr.bin/make/Makefile
--- a/usr.bin/make/Makefile     Tue Sep 01 15:45:20 2020 +0000
+++ b/usr.bin/make/Makefile     Tue Sep 01 17:12:30 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.98 2020/08/31 16:41:19 rillig Exp $
+#      $NetBSD: Makefile,v 1.99 2020/09/01 17:12:30 rillig Exp $
 #      @(#)Makefile    5.2 (Berkeley) 12/28/90
 
 PROG=  make
@@ -122,6 +122,7 @@
 .endif
 
 ${SRCS:M*.c:.c=.o}: ${HDRS}
+CLEANFILES+=   *.o
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index