diff options
author | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2017-06-13 17:34:13 +0200 |
---|---|---|
committer | Gordon Ross <Gordon.W.Ross@gmail.com> | 2017-06-13 17:39:13 -0400 |
commit | ffd9046fc554bceedf5d555490379799b73f652c (patch) | |
tree | eec56d97376098354c02d62279344ac718df0c87 | |
parent | 8f53f39d7b3b29e37ddb926cc6beb426c4e61a37 (diff) | |
download | illumos-gfx-drm-ffd9046fc554bceedf5d555490379799b73f652c.tar.gz |
8390 from-scratch build fails due to missing tool dir links
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |