Commit ad4c72cc authored by Tres Seaver's avatar Tres Seaver

Collector #2083: 'make clean' leaves turds.

parent 9a59da5f
...@@ -18,6 +18,8 @@ Zope Changes ...@@ -18,6 +18,8 @@ Zope Changes
Bugs fixed Bugs fixed
- Collector #2083: 'make clean' leaves turds.
- Collector #2082: 'make install' broken. - Collector #2082: 'make install' broken.
- Collector #2081: 'make instance' forced inappropriate dir, credentials. - Collector #2081: 'make instance' forced inappropriate dir, credentials.
......
...@@ -86,6 +86,7 @@ uninstance: ...@@ -86,6 +86,7 @@ uninstance:
clean: clean:
${FIND} "${BASE_DIR}" \ ${FIND} "${BASE_DIR}" \
-name '*.py[co]' -o -name '*.so' -o -name '*.o' | ${XARGS} ${RM} -name '*.py[co]' -o -name '*.so' -o -name '*.o' | ${XARGS} ${RM}
${RMRF} build
# version_txt: create a version file in lib/python/version.txt # version_txt: create a version file in lib/python/version.txt
version_txt: version_txt:
......
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