]> git.ipfire.org Git - thirdparty/squid.git/commit
Make distuninstallcheck work when $(RM) contains spaces (e.g., rm -f).
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 13 Jun 2009 20:39:33 +0000 (14:39 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 13 Jun 2009 20:39:33 +0000 (14:39 -0600)
commit9e2ea0cea8989aaf7b8103d180572d0efc0d55d3
treed37e6eacb7168398d200b229ca588aaf89f562f0
parent0ec6a52e82cdc7187e7f049f35550be41d837cfa
Make distuninstallcheck work when $(RM) contains spaces (e.g., rm -f).

We must quote $(RM) value when passing it to scripts/remove-cfg.sh
The bug was detected by running test-builds.sh.
errors/Makefile.am
helpers/basic_auth/MSNT/Makefile.am
src/Makefile.am
tools/Makefile.am