-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automake now warns about escaped comment markers in `EXTRA_DIST`. Avoid the one instance of this by including `tests/data/acls` by directory name instead of listing the individual files with weird names.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Automake makefile for remctl. | ||
# | ||
# Written by Russ Allbery <[email protected]> | ||
# Copyright 2015-2016, 2018-2022 Russ Allbery <[email protected]> | ||
# Copyright 2015-2016, 2018-2022, 2025 Russ Allbery <[email protected]> | ||
# Copyright 2016 Dropbox, Inc. | ||
# Copyright 2006-2014 | ||
# The Board of Trustees of the Leland Stanford Junior University | ||
|
@@ -109,12 +109,9 @@ EXTRA_DIST = .clang-format .gitignore .github LICENSE Makefile.w32 \ | |
tests/data/acl-bad-include tests/data/acl-bad-syntax \ | ||
tests/data/acl-nonexistant tests/data/acl-recursive \ | ||
tests/data/acl-simple tests/data/acl-too-long \ | ||
tests/data/acl-valid-3 tests/data/acls/VALID_09 \ | ||
tests/data/acls/val\#id tests/data/acls/val.id \ | ||
tests/data/acls/valid tests/data/acls/valid-2 \ | ||
tests/data/acls/val~id tests/data/acls2/valid-4 tests/data/cmd-argv \ | ||
tests/data/cmd-env tests/data/cmd-hello tests/data/cmd-help \ | ||
tests/data/cmd-sleep tests/data/cmd-status \ | ||
tests/data/acl-valid-3 tests/data/acls tests/data/acls2/valid-4 \ | ||
tests/data/cmd-argv tests/data/cmd-env tests/data/cmd-hello \ | ||
tests/data/cmd-help tests/data/cmd-sleep tests/data/cmd-status \ | ||
tests/data/conf-nosummary tests/data/conf-test \ | ||
tests/data/configs/bad-logmask-1 tests/data/configs/bad-include-1 \ | ||
tests/data/configs/bad-logmask-2 tests/data/configs/bad-logmask-3 \ | ||
|