Makefile doesn't need to remove the old archives because package-build

will do it for us automagically.
This commit is contained in:
Donald Curtis 2013-08-17 10:47:23 -07:00
parent 138bdf35ca
commit 13d09f817f

View file

@ -66,7 +66,6 @@ $(RCPDIR)/.dirstamp: .FORCE
$(RCPDIR)/%: .FORCE
@echo " • Building recipe $(@F) ..."
-rm -vf $(PKGDIR)/$(@F)-*
$(EVAL) "(package-build-archive '$(@F))"
@echo " ✓ Wrote $$(ls -lsh $(PKGDIR)/$(@F)-*) "