[BUILD] Don't throw error on already cleaned output
This commit is contained in:
parent
78464c8562
commit
f1584b266b
|
@ -46,8 +46,8 @@ blackmagic: $(OBJ)
|
||||||
.PHONY: clean host_clean
|
.PHONY: clean host_clean
|
||||||
|
|
||||||
clean: host_clean
|
clean: host_clean
|
||||||
$(RM) *.o *.d *~ blackmagic $(HOSTFILES)
|
-$(RM) *.o *.d *~ blackmagic $(HOSTFILES)
|
||||||
$(RM) platforms/*/*.o platforms/*/*.d mapfile
|
-$(RM) platforms/*/*.o platforms/*/*.d mapfile
|
||||||
|
|
||||||
-include *.d
|
-include *.d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue