diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2018-11-01 11:47:23 +0300 |
---|---|---|
committer | Alexander Pyhalov <apyhalov@gmail.com> | 2018-11-08 11:57:55 +0300 |
commit | 249186c6dcae557bd0e0e75c877587f4a8a925ee (patch) | |
tree | 79c152279663183ee6d663bf9155c95214becc8d /usr/src/cmd | |
parent | 7752022b41126310b0ca3a9d50ad876b8ca17591 (diff) | |
download | illumos-gfx-drm-249186c6dcae557bd0e0e75c877587f4a8a925ee.tar.gz |
9943 gfx-drm should use own bldenv copy
Reviewed by: Adam Števko <adam.stevko@gmail.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.net>
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/mdb/Makefile.tools | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/cmd/mdb/Makefile.tools b/usr/src/cmd/mdb/Makefile.tools index 313bee6..fc76738 100644 --- a/usr/src/cmd/mdb/Makefile.tools +++ b/usr/src/cmd/mdb/Makefile.tools @@ -24,8 +24,6 @@ # Use is subject to license terms. # -TOOLSDIR = $(SRC)/cmd/mdb/tools - # Set the dynamic.flags1 field to: [ NOKSYMS EDITED ] # You can inspect it with: elfedit -e "dyn:flags1" file SETDYNFLAG = $(ELFEDIT) -e "dyn:flags1 0x280000" |