mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Makefile doesn't need to remove the old archives because package-build
will do it for us automagically.
This commit is contained in:
parent
138bdf35ca
commit
13d09f817f
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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)-*) "
|
||||
|
|
Loading…
Reference in a new issue