mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Oops, don't suppress echo of the rm command in l2hclean!
This commit is contained in:
parent
03ff6f7474
commit
5de31fc094
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ clean: l2hclean
|
|||
rm -f *.bak *.orig
|
||||
|
||||
l2hclean:
|
||||
@rm -rf api ext lib tut
|
||||
rm -rf api ext lib tut
|
||||
|
||||
# Remove temporaries as well as final products
|
||||
clobber: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue