From bdd19ab40b0cdb11c85db7cb88081d8bda1370dc Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 14 Dec 2011 02:49:34 +0100 Subject: [PATCH] build: update 'make install' warning message --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81c19eb949..cda734a374 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/z tools/gyp_node -f make install uninstall: - @echo '`make $(@)` is not implemented yet. Bug bnoordhuis about it in #node.js' + @echo '`make $(@)` is being reworked, please use the latest stable tag.' + @echo 'Git users, type `git checkout -b v0.6` now.' clean: rm -rf out