mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 04:53:52 +08:00
Remove mandatory generated files too
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5951)
This commit is contained in:
parent
49bb4dd049
commit
b0a97931fb
@ -408,7 +408,7 @@ libclean:
|
||||
|
||||
clean: libclean
|
||||
$(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS)
|
||||
$(RM) $(GENERATED)
|
||||
$(RM) $(GENERATED_MANDATORY) $(GENERATED)
|
||||
-$(RM) `find . -name '*{- $depext -}' -a \! -path "./.git/*"`
|
||||
-$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"`
|
||||
$(RM) core
|
||||
|
Loading…
Reference in New Issue
Block a user