Clean *.bdat and *.pdat on clean_context target
This commit is contained in:
parent
9dca031f26
commit
779502b4d9
1
Makefile
1
Makefile
@ -154,6 +154,7 @@ depend: .depend
|
||||
|
||||
clean_context:
|
||||
$(Q) $(MAKE) -C platform clean_context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
|
||||
$(Q) $(MAKE) -C builtin/registry clean_context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
|
||||
|
||||
clean: $(foreach SDIR, $(CLEANDIRS), $(SDIR)_clean)
|
||||
$(call DELFILE, $(SYMTABSRC))
|
||||
|
@ -55,7 +55,9 @@ depend:
|
||||
clean:
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
clean_context:
|
||||
$(call DELFILE, *.bdat)
|
||||
$(call DELFILE, *.pdat)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE, .updated)
|
||||
|
Loading…
x
Reference in New Issue
Block a user