mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
This commit is contained in:
parent
f2bdb6b8ca
commit
528db31bd9
2 changed files with 4 additions and 2 deletions
|
|
@ -301,6 +301,8 @@ Windows
|
|||
Build
|
||||
-----
|
||||
|
||||
- Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
|
||||
|
||||
- Issue #27705: Update message in validate_ucrtbase.py
|
||||
|
||||
- Issue #27983: Cause lack of llvm-profdata tool when using clang as
|
||||
|
|
|
|||
|
|
@ -144,5 +144,5 @@ def realwork(vars, moddefns, target):
|
|||
print("<<")
|
||||
print()
|
||||
print("clean:")
|
||||
print("\t-rm -f *.obj")
|
||||
print("\t-rm -f $(target).exe")
|
||||
print("\t-del /f *.obj")
|
||||
print("\t-del /f $(target).exe")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue