mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-07 21:18:59 +03:00
Remove any core files on distclean.
This commit is contained in:
parent
aa5c5673be
commit
f552ba4b74
@ -122,7 +122,7 @@ clean: $(SUBDIRS.clean)
|
||||
distclean: $(SUBDIRS.distclean)
|
||||
$(RM) $(OBJECTS) $(TARGETS) $(SOURCES:%.c=%.d)
|
||||
$(RM) config.cache config.log config.status
|
||||
$(RM) Makefile make.tmpl version.h
|
||||
$(RM) Makefile make.tmpl version.h core
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(MAKECMDGOALS),distclean)
|
||||
|
Loading…
Reference in New Issue
Block a user