projects
/
platform
/
upstream
/
nodejs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc: fix bad merge on modules.markdown
[platform/upstream/nodejs.git]
/
BSDmakefile
1
# pmake might add -J (private)
2
FLAGS=${.MAKEFLAGS:C/\-J ([0-9]+,?)+//W}
3
4
all: .DEFAULT
5
.DEFAULT:
6
@which gmake > /dev/null 2>&1 ||\
7
(echo "GMake is required for node.js to build.\
8
Install and try again" && exit 1)
9
@gmake ${.FLAGS} ${.TARGETS}
10
11
.PHONY: test