1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 23:21:08 +03:00

[PATCH] clean up udevinfo on 'make clean'

This commit is contained in:
greg@kroah.com 2004-01-26 20:04:26 -08:00 committed by Greg KH
parent 567f6d14e8
commit 28706bd9a1

View File

@ -263,7 +263,7 @@ $(SENDER): udevd.h udevsend.o udevd.o logging.o
clean: clean:
-find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \ -find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
| xargs rm -f | 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 $(MAKE) -C klibc clean
@extras="$(EXTRAS)" ; for target in $$extras ; do \ @extras="$(EXTRAS)" ; for target in $$extras ; do \
echo $$target ; \ echo $$target ; \