From c057d312c6f715bb3aeadb653466e7046f26c4af Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Mon, 17 Sep 2018 11:19:46 +0300 Subject: [PATCH] 9845 make clobber in uts/intel does attempt to remove debug64/ Reviewed by: Robert Mustacchi Approved by: Dan McDonald --- usr/src/uts/intel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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=) -- 2.11.4.GIT