Commit fb92d909 by Richard Stallman

(extraclean): Quote the sharps.

From-SVN: r2986
parent 5ef886db
...@@ -1330,7 +1330,7 @@ distclean: clean ...@@ -1330,7 +1330,7 @@ distclean: clean
# Delete anything likely to be found in the source directory # Delete anything likely to be found in the source directory
# that shouldn't be in the distribution. # that shouldn't be in the distribution.
extraclean: distclean extraclean: distclean
-rm -rf =* #* *~* config/=* config/#* config/*~* -rm -rf =* ./"#"* *~* config/=* config/"#"* config/*~*
-rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej -rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej
-rm -f *.dvi *.oaux *.d *.Z *.tar *.xtar *diff -rm -f *.dvi *.oaux *.d *.Z *.tar *.xtar *diff
-rm -f *lose config/*lose -rm -f *lose config/*lose
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment