Print this page
tools: build a tools copy of make (which the build will automatically use)
*** 38,53 ****
cscope-fast \
ctf \
depcheck \
env \
findunref \
- ndrgen \
- onbld \
- pmodes \
gk \
install.bin \
lintdump \
protocmp \
protolist \
scripts
#
--- 38,54 ----
cscope-fast \
ctf \
depcheck \
env \
findunref \
gk \
install.bin \
lintdump \
+ make \
+ ndrgen \
+ onbld \
+ pmodes \
protocmp \
protolist \
scripts
#
*** 89,107 ****
--- 90,110 ----
$(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,148 ****
--- 146,153 ----
$(INS.dir)
$(ROOTONBLDLIBPY): $(ROOTDIRS)
$(RM) -r $@; $(SYMLINK) python2.6 $@
+ make: ctf
+
FRC: