← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/silence-yui-build into lp:launchpad

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/silence-yui-build into lp:launchpad.

Commit message:
Silence YUI copying warnings. Good riddance.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/silence-yui-build/+merge/157272

Silence YUI copying warnings. Good riddance.
-- 
https://code.launchpad.net/~stevenk/launchpad/silence-yui-build/+merge/157272
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/silence-yui-build into lp:launchpad.
=== modified file 'Makefile'
--- Makefile	2013-01-03 17:17:29 +0000
+++ Makefile	2013-04-05 05:14:22 +0000
@@ -177,6 +177,7 @@
 
 $(YUI_BUILDS): $(JS_BUILD_DIR)
 	for V in $(YUI_VERSIONS); do \
+		$(RM) -r $(JS_BUILD_DIR)/yui-$$V; \
 		mkdir $(JS_BUILD_DIR)/yui-$$V $(JS_BUILD_DIR)/yui-$$V-tmp; \
 		unzip -q download-cache/dist/yui_$$V.zip -d $(JS_BUILD_DIR)/yui-$$V-tmp; \
 		mv $(JS_BUILD_DIR)/yui-$$V-tmp/yui/build/* $(JS_BUILD_DIR)/yui-$$V/; \


Follow ups