summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-26 10:20:47 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-26 10:20:47 +0100
commit2c86787c663e2877777af61128c24230b1d04e03 (patch)
tree06b5842c31efa31a2ea02b4303583729ee496989 /Makefile
parentf0147293990f2a400912f4f8abd1b456319da0e6 (diff)
removed the advise to run "make test" from the Makefile, because tests are not working, and they confuse people all the time, and the same bugs are reported all the time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9000d6d..b5a5277 100644
--- a/Makefile
+++ b/Makefile
@@ -169,12 +169,10 @@ all: phpcpp
phpcpp: ${PHP_SHARED_LIBRARY} ${PHP_STATIC_LIBRARY}
@echo
@echo "Build complete."
- @echo "Don't forget to run 'make test'."
hhvmcpp: ${HHVM_SHARED_LIBRARY} ${PHP_STATIC_LIBRARY}
@echo
@echo "Build complete."
- @echo "Don't forget to run 'make test'."
${PHP_SHARED_LIBRARY}: shared_directories ${COMMON_SHARED_OBJECTS} ${PHP_SHARED_OBJECTS}
${LINKER} ${PHP_LINKER_FLAGS} -o $@ ${COMMON_SHARED_OBJECTS} ${PHP_SHARED_OBJECTS}