diff options
author | Toomas Soome <tsoome@me.com> | 2018-09-17 11:19:46 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-09-21 10:39:30 -0400 |
commit | c057d312c6f715bb3aeadb653466e7046f26c4af (patch) | |
tree | 5a2bbaf8bc61effa734b6f5988ef55bbfb8ccd58 | |
parent | 047c81d31d0f571d6652e97143cd15281de61e84 (diff) | |
download | illumos-joyent-c057d312c6f715bb3aeadb653466e7046f26c4af.tar.gz |
9845 make clobber in uts/intel does attempt to remove debug64/
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/uts/intel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/Makefile b/usr/src/uts/intel/Makefile index 6835ae84fd..7fbdb31cb8 100644 --- a/usr/src/uts/intel/Makefile +++ b/usr/src/uts/intel/Makefile @@ -30,6 +30,10 @@ UTSBASE = .. include Makefile.intel +# Unset BINARY for clobber.targ because otherwise it will try to remove +# a directory under uts/intel. +BINARY= + LINT_KMODS_X1 = $(LINT_KMODS:nsmb=) LINT_KMODS_X2 = $(LINT_KMODS_X1:smbfs=) LINT_KMODS_X3 = $(LINT_KMODS_X2:e1000g=) |