chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
567f6d1
)
[PATCH] clean up udevinfo on 'make clean'
author
greg@kroah.com
<greg@kroah.com>
Tue, 27 Jan 2004 04:04:26 +0000
(20:04 -0800)
committer
Greg KH
<gregkh@suse.de>
Wed, 27 Apr 2005 04:13:19 +0000
(21:13 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0fa39d7a4119f9b92400ac298106bc11aac4b632..2712f265f5a874968743ffb782c53c81acae268a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-263,7
+263,7
@@
$(SENDER): udevd.h udevsend.o udevd.o logging.o
clean:
-find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
| xargs rm -f
- -rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(DAEMON) $(SENDER)
+ -rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(
HELPER) $(
DAEMON) $(SENDER)
$(MAKE) -C klibc clean
@extras="$(EXTRAS)" ; for target in $$extras ; do \
echo $$target ; \