1
0
mirror of https://passt.top/passt synced 2024-06-29 22:42:46 +00:00

Clean up passt.pid file

If the tests are interrupted at the right point a passt.pid file can be
left over.  Clean it up with "make clean" and add it to .gitignore so it
doesn't get accidentally committed.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2022-07-06 17:29:02 +10:00 committed by Stefano Brivio
parent b44e16ed6c
commit ed63892a16
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/qrap
/pasta.1
/seccomp.h
/passt.pid

View File

@ -122,7 +122,8 @@ valgrind: all
.PHONY: clean
clean:
$(RM) $(BIN) *.o seccomp.h pasta.1 \
passt.tar passt.tar.gz *.deb *.rpm
passt.tar passt.tar.gz *.deb *.rpm \
passt.pid
install: $(BIN) $(MANPAGES)
mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/man/man1