ソースを参照

Clean before building packages.

This was the reason that app tar balls had old versions of
the app skeleton and incorrect versions of CakePHP.
Mark Story 9 年 前
コミット
f9ff4cd4f2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -134,7 +134,7 @@ dist/cakephp-$(DASH_VERSION).zip: build/app build/cakephp composer.phar
 	cd build/app && find . -not -path '*.git*' | zip ../../dist/cakephp-$(DASH_VERSION).zip -@
 
 # Easier to type alias for zip balls
-package: dist/cakephp-$(DASH_VERSION).zip
+package: clean dist/cakephp-$(DASH_VERSION).zip