mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Hook up the parser/tst 'make clean' target to the parser's makefile;
modify the parser/tst 'make clean' target to not blow away the readme file.
This commit is contained in:
parent
d8b5dba829
commit
11bfb9a737
2 changed files with 2 additions and 1 deletions
|
@ -309,6 +309,7 @@ clean: _clean
|
|||
-rm -rf techdoc.{aux,log,pdf,toc,txt} techdoc/
|
||||
make -s -C $(PCREDIR) clean
|
||||
make -s -C $(AAREDIR) clean
|
||||
make -s -C tst clean
|
||||
make -s -C po clean
|
||||
|
||||
.SILENT: dist_clean
|
||||
|
|
|
@ -39,4 +39,4 @@ $(PARSER):
|
|||
make -C $(PARSER_DIR) $(PARSER_BIN)
|
||||
|
||||
clean:
|
||||
rm -f simple_tests/generated_x/*
|
||||
rm -f simple_tests/generated_x/*.sd
|
||||
|
|
Loading…
Add table
Reference in a new issue