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:
parent
567f6d14e8
commit
28706bd9a1
2
Makefile
2
Makefile
@ -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 ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user