git: e6cfd2939a42 - main - Remove the usr/tests/usr.bin/yacc/yacc directory when removing yacc.

John Baldwin jhb at FreeBSD.org
Wed Mar 3 22:47:54 UTC 2021


The branch main has been updated by jhb:

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

commit e6cfd2939a4261c1f4bf802368cea8faf824c128
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-03-03 22:46:45 +0000
Commit:     John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-03-03 22:46:45 +0000

    Remove the usr/tests/usr.bin/yacc/yacc directory when removing yacc.
    
    MFC after:      1 week
---
 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 5984645cbc14..44cd4a4281e7 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -9164,6 +9164,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
 


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