diff options
author | frits <none@none> | 2005-11-22 18:35:14 -0800 |
---|---|---|
committer | frits <none@none> | 2005-11-22 18:35:14 -0800 |
commit | d291d9f21e8c0417aec99de243dd48bc400002d0 (patch) | |
tree | 3de91d4cb48f72ad5729bc5529bb1053912cbb01 /usr/src/uts/sparc/ecpp | |
parent | 161b883542bcdbf2e49f04c41a05896a5127bf5b (diff) | |
download | illumos-joyent-d291d9f21e8c0417aec99de243dd48bc400002d0.tar.gz |
6352154 warlock all is not clean
6352865 reduce messages from USB drivers in /var/adm/messages
Diffstat (limited to 'usr/src/uts/sparc/ecpp')
-rw-r--r-- | usr/src/uts/sparc/ecpp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/uts/sparc/ecpp/Makefile b/usr/src/uts/sparc/ecpp/Makefile index aae40c1ed4..352a8e6212 100644 --- a/usr/src/uts/sparc/ecpp/Makefile +++ b/usr/src/uts/sparc/ecpp/Makefile @@ -21,7 +21,7 @@ # # # uts/sparc/ecpp/Makefile -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -77,9 +77,11 @@ all: $(ALL_DEPS) clean: $(CLEAN_DEPS) -clobber: $(CLOBBER_DEPS) +clean: $(CLEAN_DEPS); \ + $(RM) $(WARLOCK_OUT) $(WARLOCK_OK) -lint: $(LINT_DEPS) +clobber: $(CLOBBER_DEPS); \ + $(RM) $(WARLOCK_OUT) $(WARLOCK_OK) modlintlib: $(MODLINTLIB_DEPS) lint64 |