Skip to content

Commit

Permalink
Cleanup *.S files.
Browse files Browse the repository at this point in the history
Fixes #2220

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #2645)
  • Loading branch information
bernd-edlinger committed Feb 16, 2017
1 parent 04d4227 commit 9b90ce0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crypto/aes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)

clean:
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

Expand Down
2 changes: 1 addition & 1 deletion crypto/bn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)

clean:
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

Expand Down
2 changes: 1 addition & 1 deletion crypto/des/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)

clean:
rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.s *.S *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

Expand Down
2 changes: 1 addition & 1 deletion crypto/md5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)

clean:
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

Expand Down
2 changes: 1 addition & 1 deletion crypto/modes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)

clean:
rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.s *.S *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

Expand Down
2 changes: 1 addition & 1 deletion crypto/rc4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)

clean:
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

Expand Down
2 changes: 1 addition & 1 deletion crypto/sha/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)

clean:
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

Expand Down

0 comments on commit 9b90ce0

Please sign in to comment.