Module Name: src
Committed By: rillig
Date: Thu Aug 6 05:32:26 UTC 2020
Modified Files:
src/usr.bin/make: Makefile
Log Message:
make(1): revert previous commit; "make retest" was already possible
What I really meant to allow was to run "make sync-mi" directly from the
main directory. But adding that to TARGETS didn't do anything.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/usr.bin/make/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/Makefile
diff -u src/usr.bin/make/Makefile:1.80 src/usr.bin/make/Makefile:1.81
--- src/usr.bin/make/Makefile:1.80 Thu Aug 6 05:27:31 2020
+++ src/usr.bin/make/Makefile Thu Aug 6 05:32:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2020/08/06 05:27:31 rillig Exp $
+# $NetBSD: Makefile,v 1.81 2020/08/06 05:32:26 rillig Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
PROG= make
@@ -53,8 +53,6 @@ SUBDIR+= unit-tests
${SRCS:M*.c:.c=.o}: buf.h config.h dir.h hash.h job.h lst.h make.h make_malloc.h
${SRCS:M*.c:.c=.o}: meta.h metachar.h nonints.h pathnames.h sprite.h strlist.h trace.h
-TARGETS+= retest
-
.include <bsd.prog.mk>
.include <bsd.subdir.mk>