summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Rosenfeld <hans.rosenfeld@joyent.com>2017-06-13 17:34:13 +0200
committerGordon Ross <Gordon.W.Ross@gmail.com>2017-06-13 17:39:13 -0400
commitffd9046fc554bceedf5d555490379799b73f652c (patch)
treeeec56d97376098354c02d62279344ac718df0c87
parent8f53f39d7b3b29e37ddb926cc6beb426c4e61a37 (diff)
downloadillumos-gfx-drm-ffd9046fc554bceedf5d555490379799b73f652c.tar.gz
8390 from-scratch build fails due to missing tool dir links
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb6f3e9..fd7cbd8 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,8 @@ ONBLD_TOOLS=/opt/onbld
# Do both debug and non-debug build in uts, in that order, so
# (a) we know the debug code builds, and (b) install non-debug.
install: FRC
+ $(ONBLD_TOOLS)/bin/bldenv myenv.sh \
+ "cd usr/src ; make setup"
$(ONBLD_TOOLS)/bin/bldenv -d myenv.sh \
"cd usr/src/uts ; make install"
$(ONBLD_TOOLS)/bin/bldenv myenv.sh \