Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2021 18:27:05 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f2712c6c073c - stable/12 - This should have been committed in r348511 with the awk update.
Message-ID:  <202107101827.16AIR5no081319@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by imp:

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

commit f2712c6c073c58d64863e452e7a75b413834a80a
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2019-06-02 16:44:50 +0000
Commit:     Warner Losh <imp@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107101827.16AIR5no081319>