X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=4c055de733c19fd2d04700953d52c846df25d027;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=b72ce6444f97afa698d2c5ae17d24146a1d8465a;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/clean.sh b/clean.sh index b72ce64..4c055de 100755 --- a/clean.sh +++ b/clean.sh @@ -13,10 +13,10 @@ # this script (including "gmake clean" in the src/runtime directory) # several times in a row without failure.. so we leave the output/ # directory in place.) -rm -rf obj/* output/* doc/user-manual/ \ - doc/user-manual.junk/ doc/DBTOHTML_OUTPUT_DIR* -# (The doc/user-manual.junk/ and doc/DBTOHTML_OUTPUT_DIR* directories -# are created when the Cygnus db2html script when it formats the the +rm -rf obj/* output/* doc/user-manual \ + doc/user-manual.junk doc/DBTOHTML_OUTPUT_DIR* +# (The doc/user-manual.junk and doc/DBTOHTML_OUTPUT_DIR* directories +# are created by the Cygnus db2html script when it formats the the # user manual, and since this db2html script is the one which is # currently used to format the manual for the standard binary # distribution, we automatically clean up after it here in the