Skip to content

Commit

Permalink
Make clean additional files (#454)
Browse files Browse the repository at this point in the history
* Clean the unversioned author list file.

* Clean the unversioned test dependency files.
  • Loading branch information
vaitkus authored Feb 24, 2023
1 parent 9f02e21 commit 675bffe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/makefiles/Makelocal-authors
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ tests/generated/AUTHORS.sorted: AUTHORS
| awk -F: '{print $$2}' \
| sed 's/Di_/Di /' \
>> $@

.PHONY: clean clean_authors

clean: clean_authors

clean_authors:
rm -f tests/generated/AUTHORS.sorted
1 change: 1 addition & 0 deletions tests/makefiles/Makelocal-tests
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ test-clean:
rm -f ${DIFF_FILES}

test-distclean test-cleanAll: test-clean
rm -f ${DEPEND}

clean: test-clean

Expand Down

0 comments on commit 675bffe

Please sign in to comment.