comparison 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
comparison
equal deleted inserted replaced
14173:6b6815d682dd 14174:f63fe73094ce
20 # CDDL HEADER END 20 # CDDL HEADER END
21 # 21 #
22 # 22 #
23 # Copyright 2005 Sun Microsystems, Inc. All rights reserved. 23 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms. 24 # Use is subject to license terms.
25 #
26 # ident "%Z%%M% %I% %E% SMI"
27 # 25 #
28 26
29 COMMD = rpc.mdcommd 27 COMMD = rpc.mdcommd
30 MDDOORS = mddoors 28 MDDOORS = mddoors
31 29
89 for f in $(LINTSRCS) ; do \ 87 for f in $(LINTSRCS) ; do \
90 $(LINT.c) $(LINTFLAGS) $$f ; \ 88 $(LINT.c) $(LINTFLAGS) $$f ; \
91 done 89 done
92 90
93 clean: 91 clean:
94 $(RM) $(OBJECTSS) $(DERIVED_FILES) *.o a.out core 92 $(RM) $(OBJECTS) $(DERIVED_FILES) *.o
95 93
96 clobber: clean 94 clobber: clean
97 $(RM) $(PROG) 95 $(RM) $(PROG) $(CLOBBERFILES)
98 96
99 $(DERIVED_FILES): $(SRC)/uts/common/sys/lvm/mdmn_commd.x 97 $(DERIVED_FILES): $(SRC)/uts/common/sys/lvm/mdmn_commd.x
100 $(RPCGEN) -c $(SRC)/uts/common/sys/lvm/mdmn_commd.x -o $@ 98 $(RPCGEN) -c $(SRC)/uts/common/sys/lvm/mdmn_commd.x -o $@
101 99
102 $(ROOTLIBLVM)/%: % 100 $(ROOTLIBLVM)/%: %