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: remove enum.o from Makefile.boot



details:   https://anonhg.NetBSD.org/src/rev/8f37b754dea8
branches:  trunk
changeset: 1027577:8f37b754dea8
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Dec 12 11:02:23 2021 +0000

description:
make: remove enum.o from Makefile.boot

On 2021-11-18, enum.h and enum.c have been removed.

diffstat:

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

diffs (27 lines):

diff -r a57b783b360e -r 8f37b754dea8 usr.bin/make/Makefile.boot
--- a/usr.bin/make/Makefile.boot        Sun Dec 12 10:53:37 2021 +0000
+++ b/usr.bin/make/Makefile.boot        Sun Dec 12 11:02:23 2021 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: Makefile.boot,v 1.23 2020/10/25 13:25:19 rillig Exp $
+#      $NetBSD: Makefile.boot,v 1.24 2021/12/12 11:02:23 rillig Exp $
 #
 # A very simple makefile...
 #
 # You only want to use this if you aren't running NetBSD.
 #
 # Modify MACHINE and MACHINE_ARCH as appropriate for your target architecture.
-# See config.h and the various #ifdef directives for further configuration.
+# See config.h and the various #ifdef directives for further configuration, in
+# particular in util.c.
 #
 
 PROG=          bmake
@@ -16,7 +17,7 @@
 EXTRA_CFLAGS=
 EXTRA_LIBS=
 
-OBJS=  arch.o buf.o compat.o cond.o dir.o enum.o for.o hash.o \
+OBJS=  arch.o buf.o compat.o cond.o dir.o for.o hash.o \
        job.o lst.o main.o make.o make_malloc.o metachar.o parse.o \
        str.o suff.o targ.o trace.o var.o util.o
 



Home | Main Index | Thread Index | Old Index