Remove stale files

This commit is contained in:
Jeffrey Townsend
2015-12-01 05:18:31 +00:00
parent 4930dc99bf
commit 86c261dd80

View File

@@ -17,6 +17,7 @@ FILENAMER := $(ONL)/tools/filenamer.py
endif
swi: FORCE
$(ONL_V_at) rm -rf *.swi*
$(ONL_V_at) $(ONLPM) $(LINK_OPTIONS)
$(ONL_V_at) zip -n rootfs-$(ARCH).sqsh - rootfs-$(ARCH).sqsh manifest.json > $@
$(ONL_V_at) mv $@ `$(FILENAMER) --type swi --manifest manifest.json $@`