Add back removed 'rm -rf' command in vulcanize rule

The command was inadvertently removed in Change Ib2ef8dff94.

Bug: Issue 4074
Change-Id: Ifc73353a6cbe223bea7c570d50b6e77445a2fc6b
This commit is contained in:
David Pursehouse
2016-04-19 06:47:21 +00:00
committed by Michael Zhou
parent e98d56a1aa
commit 7b977de901

View File

@@ -145,6 +145,7 @@ def vulcanize(
name = '%s__vulcanized' % name,
cmd = ' '.join([
'unzip', '-qd', '$TMP', '$(location %s)' % components,
'&&', 'rm', '-rf', '$SRCDIR/bower_components',
'&&', 'ln', '-s', '-f', '$TMP/bower_components', '.',
'&&', run_npm_binary('//lib/js:vulcanize')
] + VULCANIZE_FLAGS + extra_flags + [