Module Name:    src
Committed By:   rillig
Date:           Sat Jul 25 20:41:58 UTC 2020

Modified Files:
        src/usr.bin/make: Makefile

Log Message:
make(1): regroup source files


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 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.69 src/usr.bin/make/Makefile:1.70
--- src/usr.bin/make/Makefile:1.69	Thu Feb  6 01:13:19 2020
+++ src/usr.bin/make/Makefile	Sat Jul 25 20:41:58 2020
@@ -1,17 +1,15 @@
-#	$NetBSD: Makefile,v 1.69 2020/02/06 01:13:19 sjg Exp $
+#	$NetBSD: Makefile,v 1.70 2020/07/25 20:41:58 rillig Exp $
 #	@(#)Makefile	5.2 (Berkeley) 12/28/90
 
 PROG=	make
-SRCS=	arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
-	make.c metachar.c parse.c str.c suff.c targ.c trace.c var.c util.c 
-SRCS+=  strlist.c
-SRCS+=  make_malloc.c
-SRCS+=	lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
-	lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
-	lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
-	lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \
-	lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
-SRCS += lstPrev.c
+SRCS=	arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c
+SRCS+=	make.c make_malloc.c metachar.c parse.c
+SRCS+=	str.c strlist.c suff.c targ.c trace.c var.c util.c 
+SRCS+=	lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c
+SRCS+=	lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c
+SRCS+=	lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c
+SRCS+=	lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c lstMember.c
+SRCS+=	lstNext.c lstOpen.c lstPrev.c lstRemove.c lstReplace.c lstSucc.c
 
 USE_META ?= yes
 .if ${USE_META:tl} != "no"

Reply via email to