linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/5] Have the 'clean' target announce its presence.
@ 2009-06-30 21:19 Jon Loeliger
  0 siblings, 0 replies; only message in thread
From: Jon Loeliger @ 2009-06-30 21:19 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless@vger.kernel.org

Just like the other build and install targets, have the
clean target announce "CLEAN" too.

Signed-off-by: Jon Loeliger <jdl@bigfootnetworks.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 8dbdf14..776b259 100644
--- a/Makefile
+++ b/Makefile
@@ -149,5 +149,6 @@ install_man: $(INSTALL_MAN)
 	$(Q)$(INSTALL) -m 644 -t $(DESTDIR)/$(MANDIR)/man8/ regdbdump.8.gz
 
 clean:
+	$(NQ) '    CLEAN'
 	$(Q)rm -f crda regdbdump intersect *.o *~ *.pyc keys-*.c *.gz \
 	udev/$(UDEV_LEVEL)regulatory.rules udev/regulatory.rules.parsed
-- 
1.6.3.GIT




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-30 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 21:19 [PATCH 3/5] Have the 'clean' target announce its presence Jon Loeliger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).