Sfoglia il codice sorgente

Makefile, clean up with force

Carsten Dominik 15 anni fa
parent
commit
5e2745ac22
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -308,8 +308,8 @@ release:
 	make relup TAG=$(TAG)
 	make cleanrel
 	rm -rf org-$(TAG)
-	rm org-$(TAG)*.zip
-	rm org-$(TAG)*.tar.gz
+	rm -f org-$(TAG)*.zip
+	rm -f org-$(TAG)*.tar.gz
 	make pushreleasetag TAG=$(TAG)
 	git push -f origin maint
 	git checkout master