summaryrefslogtreecommitdiff
path: root/usr/src/cmd/audio
diff options
context:
space:
mode:
authorGordon Ross <gwr@nexenta.com>2013-08-23 18:31:03 -0400
committerGordon Ross <gwr@nexenta.com>2013-08-30 14:41:32 -0400
commitb6805bf78d2bbbeeaea8909a05623587b42d58b3 (patch)
tree1ed4f5376932228adba6378d95bbea467bdea834 /usr/src/cmd/audio
parenta9478106a12424322498e53cf7cd75bd8a4d6004 (diff)
downloadillumos-joyent-b6805bf78d2bbbeeaea8909a05623587b42d58b3.tar.gz
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>
Diffstat (limited to 'usr/src/cmd/audio')
-rw-r--r--usr/src/cmd/audio/audioconvert/Makefile5
-rw-r--r--usr/src/cmd/audio/audiotest/Makefile1
-rw-r--r--usr/src/cmd/audio/utilities/Makefile1
3 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/cmd/audio/audioconvert/Makefile b/usr/src/cmd/audio/audioconvert/Makefile
index be72b9bb90..42248df2ed 100644
--- a/usr/src/cmd/audio/audioconvert/Makefile
+++ b/usr/src/cmd/audio/audioconvert/Makefile
@@ -23,8 +23,6 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
# Makefile for cmd/audio/audioconvert
PROG= audioconvert
@@ -58,8 +56,9 @@ $(PROG): $(OBJS)
$(POST_PROCESS)
clean:
+ $(RM) $(OBJS)
-clobber:
+clobber: clean
$(RM) $(PROG) $(CLOBBERFILES)
lint:
diff --git a/usr/src/cmd/audio/audiotest/Makefile b/usr/src/cmd/audio/audiotest/Makefile
index ad3033716c..043b9eb2b8 100644
--- a/usr/src/cmd/audio/audiotest/Makefile
+++ b/usr/src/cmd/audio/audiotest/Makefile
@@ -44,6 +44,7 @@ $(PROG): $(OBJS)
install: all $(ROOTPROG)
clean:
+ $(RM) $(OBJS)
lint: lint_SRCS
diff --git a/usr/src/cmd/audio/utilities/Makefile b/usr/src/cmd/audio/utilities/Makefile
index 40da0a01f5..4b11e0eec9 100644
--- a/usr/src/cmd/audio/utilities/Makefile
+++ b/usr/src/cmd/audio/utilities/Makefile
@@ -96,6 +96,7 @@ clean:
$(RM) $(COBJS) $(CCOBJS)
clobber: clean
+ $(RM) $(libaudio)
lint:
$(LINT.c) $(LIBCSRCS) $(LDLIBS)