Skip to content
Snippets Groups Projects
Commit fcdb823b authored by Robert Goldman's avatar Robert Goldman
Browse files

Make "make clean" more chatty.

This seems to have the side-effect on Windows (cygwin) of making "make
clean" terminate, instead of hanging.  Since hanging on clean can cause
bad failures, I'm committing this, even though I don't have a theory
about why it improves things.
parent 7b7b9f0c
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,9 @@ clean: ...@@ -172,7 +172,9 @@ clean:
-and -not -path \""*/tags/*"\" -print -delete; \ -and -not -path \""*/tags/*"\" -print -delete; \
done; \ done; \
fi; \ fi; \
echo "Cleaned $$dir"; \
done done
echo "Done with cleaning loop."
rm -rf build/ LICENSE test/try-reloading-dependency.asd test/hello-world-example asdf.lisp rm -rf build/ LICENSE test/try-reloading-dependency.asd test/hello-world-example asdf.lisp
rm -rf test/hello-world-example.exe test/mkcl_*.dll # needed only on MS-Windows rm -rf test/hello-world-example.exe test/mkcl_*.dll # needed only on MS-Windows
${MAKE} -C doc clean ${MAKE} -C doc clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment