From 7079b4f8bb5b8643192a092af2f5e1c1d56e3b29 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Thu, 1 Nov 2018 12:56:51 +0200 Subject: [PATCH] 9944 tools: ctf should be built early to avoid missing ctfconvert errors Reviewed by: Andy Fiddaman Approved by: Hans Rosenfeld --- usr/src/tools/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usr/src/tools/Makefile b/usr/src/tools/Makefile index ef9cf113bf..95c562883a 100644 --- a/usr/src/tools/Makefile +++ b/usr/src/tools/Makefile @@ -37,13 +37,14 @@ include ../Makefile.master BOOT_SUBDIRS= \ cw \ .WAIT \ - install.bin + install.bin \ + .WAIT \ + ctf COMMON_SUBDIRS= \ codereview \ codesign \ cscope-fast \ - ctf \ env \ findunref \ lintdump \ @@ -159,6 +160,4 @@ $(ROOTDIRS): $(ROOTONBLDLIBPY): $(ROOTDIRS) $(RM) -r $@; $(SYMLINK) python$(PYTHON_VERSION) $@ -make: ctf - FRC: -- 2.11.4.GIT