Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2019 16:44:50 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348515 - head/usr.bin/awk
Message-ID:  <201906021644.x52GioYV051449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Jun  2 16:44:50 2019
New Revision: 348515
URL: https://svnweb.freebsd.org/changeset/base/348515

Log:
  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.

Modified:
  head/usr.bin/awk/Makefile

Modified: head/usr.bin/awk/Makefile
==============================================================================
--- head/usr.bin/awk/Makefile	Sun Jun  2 16:33:24 2019	(r348514)
+++ head/usr.bin/awk/Makefile	Sun Jun  2 16:44:50 2019	(r348515)
@@ -25,7 +25,7 @@ ytab.h: awkgram.c awkgram.h .NOMETA
 	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: ytab.h maketab.c ${BUILD_TOOLS_META}



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