diff usr/src/cmd/lvm/rpc.mdcommd/sparc/Makefile @ 14174:f63fe73094ce

4072 make clobber leaves trash Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
author Gordon Ross <gwr@nexenta.com>
date Fri, 23 Aug 2013 18:31:03 -0400
parents 68f95e015346
children
line wrap: on
line diff
--- a/usr/src/cmd/lvm/rpc.mdcommd/sparc/Makefile	Thu Aug 29 02:33:28 2013 +0400
+++ b/usr/src/cmd/lvm/rpc.mdcommd/sparc/Makefile	Fri Aug 23 18:31:03 2013 -0400
@@ -23,8 +23,6 @@
 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
 
 COMMD = rpc.mdcommd
 MDDOORS = mddoors
@@ -91,10 +89,10 @@
 	done
 
 clean:
-	$(RM) $(OBJECTSS) $(DERIVED_FILES) *.o a.out core
+	$(RM) $(OBJECTS) $(DERIVED_FILES) *.o
 
 clobber: clean
-	$(RM) $(PROG)
+	$(RM) $(PROG) $(CLOBBERFILES)
 
 $(DERIVED_FILES): $(SRC)/uts/common/sys/lvm/mdmn_commd.x
 	$(RPCGEN) -c $(SRC)/uts/common/sys/lvm/mdmn_commd.x -o $@