git: f2712c6c073c - stable/12 - This should have been committed in r348511 with the awk update.

Warner Losh imp at FreeBSD.org
Sat Jul 10 18:27:06 UTC 2021


The branch stable/12 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f2712c6c073c58d64863e452e7a75b413834a80a

commit f2712c6c073c58d64863e452e7a75b413834a80a
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2019-06-02 16:44:50 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-07-10 18:24:20 +0000

    This should have been committed in r348511 with the awk update.
    
    It was in my tree, the build worked, but I committed from contrib/one-true-awk
    rather than the top level, so was omitted.
    
    (cherry picked from commit e9b659753c07b539df17441012b0bfa5ebdbe0ea)
---
 usr.bin/awk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index fc032f66459b..d31e811bbec5 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -23,7 +23,7 @@ awkgram.tab.h: awkgram.h
 	ln -sf ${.ALLSRC:M*.h} ${.TARGET}
 
 proctab.c: maketab
-	${BTOOLSPATH:U.}/maketab > proctab.c
+	${BTOOLSPATH:U.}/maketab awkgram.h > proctab.c
 
 build-tools: maketab
 maketab: awkgram.tab.h maketab.c ${BUILD_TOOLS_META}


More information about the dev-commits-src-branches mailing list