From 13d09f817fee2ce009582986e55020a926b31c92 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Sat, 17 Aug 2013 10:47:23 -0700 Subject: [PATCH] Makefile doesn't need to remove the old archives because package-build will do it for us automagically. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fb42c764..1a0e3bd9 100644 --- a/Makefile +++ b/Makefile @@ -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)-*) "