Skip to content

Commit

Permalink
Drop test-phpdbg and clean-phpdbg targets
Browse files Browse the repository at this point in the history
test-phpdbg doesn't work entirely, and there doesn't seem to be
any cause for having a target that cleans phpdbg in particular.
  • Loading branch information
nikic committed May 14, 2021
1 parent 6ce7b10 commit 8d409d9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sapi/phpdbg/Makefile.frag
Expand Up @@ -29,13 +29,3 @@ install-phpdbg: $(BUILD_BINARY)
@echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
@$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1

clean-phpdbg:
@echo "Cleaning phpdbg object files ..."
find sapi/phpdbg/ -name *.lo -o -name *.o | xargs rm -f

test-phpdbg:
@echo "Running phpdbg tests ..."
@$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg

.PHONY: clean-phpdbg test-phpdbg

0 comments on commit 8d409d9

Please sign in to comment.