mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-16 03:27:49 +07:00
[PATCH] remove udevtest on 'make clean'
This commit is contained in:
parent
d54fe24caa
commit
75a7b641ab
2
Makefile
2
Makefile
@ -278,7 +278,7 @@ $(SENDER): $(SENDER).o udevd.h $(LIBC)
|
||||
clean:
|
||||
-find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
|
||||
| xargs rm -f
|
||||
-rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(HELPER) $(DAEMON) $(SENDER)
|
||||
-rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(HELPER) $(DAEMON) $(SENDER) $(TESTER)
|
||||
$(MAKE) -C klibc clean
|
||||
@extras="$(EXTRAS)" ; for target in $$extras ; do \
|
||||
echo $$target ; \
|
||||
|
Loading…
Reference in New Issue
Block a user