Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2021 23:38:25 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 003e38a01cf9 - releng/13.0 - Remove the usr/tests/usr.bin/yacc/yacc directory when removing yacc.
Message-ID:  <202103112338.12BNcPZT027719@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/13.0 has been updated by jhb:

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

commit 003e38a01cf9070fb1b64589bcbc8cae01d5e2a2
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-03-03 22:46:45 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-03-11 23:37:29 +0000

    Remove the usr/tests/usr.bin/yacc/yacc directory when removing yacc.
    
    Approved by:    re (gjb)
    
    (cherry picked from commit e6cfd2939a4261c1f4bf802368cea8faf824c128)
    (cherry picked from commit 6a2ab3769abb0ea6357a9c1b9630c4efc884aebc)
---
 tools/build/mk/OptionalObsoleteFiles.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index b517cff65338..4045355fb27f 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -9177,6 +9177,7 @@ OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.output
 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.c
 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.h
 OLD_FILES+=usr/tests/usr.bin/yacc/yacc_tests
+OLD_DIRS+=usr/tests/usr.bin/yacc/yacc
 OLD_DIRS+=usr/tests/usr.bin/yacc
 .endif
 



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