Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-23 16:19:19 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-23 16:27:53 +0400
commit1db9a2adbe5e2509d9fea9299835fc120ad6ba2b (patch)
tree7342893b002d82f03c995f80443376d87bca4d87 /Makefile
parent8595981195f8b73fb113a6da2c1449e79b9fcd11 (diff)
build: print "not yet implemented" warning on `make install`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c23b33878c1..4c00d44597f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ out/Release/node: all
out/Makefile: node.gyp deps/uv/uv.gyp
+install uninstall:
+ @echo '`make $(@)` is not implemented yet. Bug bnoordhuis about it in #node.js'
+
clean:
rm -rf out