aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/Makefile
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-11-07 21:46:27 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-11-07 21:46:27 +0000
commit956e45f6fb3e18b8e89b1341708db60c30bb9f27 (patch)
treeb73e225c44ed4cf063ba39f347d06efaeccb3149 /contrib/bmake/Makefile
parentf908d8247ef4d535007f608593a29d62b5df3873 (diff)
parent302da1a3d35c15cb29d76e0a939f8bcb13f7ad80 (diff)
downloadsrc-956e45f6fb3e18b8e89b1341708db60c30bb9f27.tar.gz
src-956e45f6fb3e18b8e89b1341708db60c30bb9f27.zip
Update to bmake-20201101
Lots of new unit-tests increase code coverage. Lots of refactoring, cleanup and simlpification to reduce code size. Fixes for Bug 223564 and 245807 Updates to dirdeps.mk and meta2deps.py
Notes
Notes: svn path=/head/; revision=367465
Diffstat (limited to 'contrib/bmake/Makefile')
-rw-r--r--contrib/bmake/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/bmake/Makefile b/contrib/bmake/Makefile
index 7277d9554de4..248af9a8bcdf 100644
--- a/contrib/bmake/Makefile
+++ b/contrib/bmake/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.112 2020/08/28 16:26:17 sjg Exp $
+# $Id: Makefile,v 1.113 2020/10/26 17:55:09 sjg Exp $
PROG= bmake
@@ -20,7 +20,6 @@ SRCS= \
metachar.c \
parse.c \
str.c \
- strlist.c \
suff.c \
targ.c \
trace.c \