Skip to content

Commit

Permalink
build: improve nmake cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FdaSilvaYY committed Mar 5, 2023
1 parent ac9c20b commit a50ae45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Configurations/windows-makefile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,12 @@ clean: libclean
{- join("\n\t", map { "-del /Q /F $_" } @SCRIPTS) || "\@rem" -}
{- join("\n\t", map { "-del /Q /F $_" } @GENERATED_MANDATORY) || "\@rem" -}
{- join("\n\t", map { "-del /Q /F $_" } @GENERATED) || "\@rem" -}
-del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest
-del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest *.asm
-del /Q /S /F engines\*.lib engines\*.exp
-del /Q /S /F apps\*.lib apps\*.rc apps\*.res apps\*.exp
-del /Q /S /F test\*.exp
-rd /Q /S test\test-runs
-del /Q /S /F test\*.exp test\*.d test\*.obj test\*.pdb test\*.exe
-del /Q /S /F test\buildtest_*.c
-rd /Q /S test\test-runs test-runs

distclean: clean
-del /Q /F include\openssl\configuration.h
Expand Down

0 comments on commit a50ae45

Please sign in to comment.