We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce7b10 commit 8d409d9Copy full SHA for 8d409d9
sapi/phpdbg/Makefile.frag
@@ -29,13 +29,3 @@ install-phpdbg: $(BUILD_BINARY)
29
@echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
30
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
31
@$(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