2009-06-30 21:19:17

by Jon Loeliger

[permalink] [raw]
Subject: [PATCH 3/5] Have the 'clean' target announce its presence.

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

Signed-off-by: Jon Loeliger <[email protected]>
---
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