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): revert previous commit; "make retest" ...
details: https://anonhg.NetBSD.org/src/rev/b18b3a9ac009
branches: trunk
changeset: 936844:b18b3a9ac009
user: rillig <rillig%NetBSD.org@localhost>
date: Thu Aug 06 05:32:26 2020 +0000
description:
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.
diffstat:
usr.bin/make/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r cf895f88958f -r b18b3a9ac009 usr.bin/make/Makefile
--- a/usr.bin/make/Makefile Thu Aug 06 05:27:31 2020 +0000
+++ b/usr.bin/make/Makefile Thu Aug 06 05:32:26 2020 +0000
@@ -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 @@
${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>
Home |
Main Index |
Thread Index |
Old Index