Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: src/scripts/build_all.sh

Issue 627003: removes most of the old build tools (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/package_repo/package-list-prod.txt ('k') | src/scripts/build_chrome.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_all.sh
diff --git a/src/scripts/build_all.sh b/src/scripts/build_all.sh
deleted file mode 100755
index 2ca6662820bb9cfd0b777c72926a37b0792a4aa0..0000000000000000000000000000000000000000
--- a/src/scripts/build_all.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Simple script for building the entire system.
-
-# Die on error; print commands
-set -e
-
-SCRIPTS_DIR=$(dirname $0)
-
-$SCRIPTS_DIR/build_platform_packages.sh
-$SCRIPTS_DIR/build_tests.sh
-$SCRIPTS_DIR/build_kernel.sh
-$SCRIPTS_DIR/run_tests.sh
-$SCRIPTS_DIR/build_image.sh --replace
« no previous file with comments | « src/package_repo/package-list-prod.txt ('k') | src/scripts/build_chrome.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698