Skip to content

Commit 8d409d9

Browse files
committed
Drop test-phpdbg and clean-phpdbg targets
test-phpdbg doesn't work entirely, and there doesn't seem to be any cause for having a target that cleans phpdbg in particular.
1 parent 6ce7b10 commit 8d409d9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sapi/phpdbg/Makefile.frag

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,3 @@ install-phpdbg: $(BUILD_BINARY)
2929
@echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
3030
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
3131
@$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
32-
33-
clean-phpdbg:
34-
@echo "Cleaning phpdbg object files ..."
35-
find sapi/phpdbg/ -name *.lo -o -name *.o | xargs rm -f
36-
37-
test-phpdbg:
38-
@echo "Running phpdbg tests ..."
39-
@$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg
40-
41-
.PHONY: clean-phpdbg test-phpdbg

0 commit comments

Comments
 (0)