pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2021-05-29
2021-05-29 08:40:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
56f2ea7b218a2d069d35a34a66c7a15436fef83e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Build: Improved robustness of make(1) target "clean_here".
683:
# make clean clean_here: tidy doc_clean
-
-
(
cd
tlib
;
find .
-name testsuite | xargs rm
)
-
-
(
cd
extra_tests
;
find .
-name testsuite | xargs rm
)
+
-
find
tlib -name testsuite | xargs rm
+
-
find
extra_tests -name testsuite | xargs rm
-rm -f confdefs.h -rm -rf test-install test-pike tpike tpike.* *.pdb -rm -f TAGS tags yacc.acts yacc.debug yacc.tmp *.debug.log a.out pike.tmp