Print this page
tools: build a tools copy of make (which the build will automatically use)
@@ -38,16 +38,17 @@
cscope-fast \
ctf \
depcheck \
env \
findunref \
- ndrgen \
- onbld \
- pmodes \
gk \
install.bin \
lintdump \
+ make \
+ ndrgen \
+ onbld \
+ pmodes \
protocmp \
protolist \
scripts
#
@@ -89,19 +90,21 @@
$(ROOTONBLD) \
$(ROOTONBLD)/bin \
$(ROOTONBLD)/bin/$(MACH) \
$(ROOTONBLD)/lib \
$(ROOTONBLD)/lib/$(MACH) \
+ $(ROOTONBLD)/lib/$(MACH)/64 \
$(ROOTONBLD)/lib/perl \
$(ROOTONBLD)/lib/python2.6 \
$(ROOTONBLD)/lib/python2.6/onbld \
$(ROOTONBLD)/lib/python2.6/onbld/Checks \
$(ROOTONBLD)/lib/python2.6/onbld/hgext \
$(ROOTONBLD)/lib/python2.6/onbld/Scm \
$(ROOTONBLD)/env \
$(ROOTONBLD)/etc \
$(ROOTONBLD)/etc/exception_lists \
+ $(ROOTONBLD)/share \
$(ROOTONBLD)/gk \
$(ROOTONBLD)/man \
$(ROOTONBLD)/man/man1
all := TARGET= install
@@ -143,6 +146,8 @@
$(INS.dir)
$(ROOTONBLDLIBPY): $(ROOTDIRS)
$(RM) -r $@; $(SYMLINK) python2.6 $@
+make: ctf
+
FRC: