From e550bbd5aebbae4adb30eff1ed43b9d7bee1f174 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 25 Jan 2010 16:35:10 +0000 Subject: [PATCH] Don't build packages inside destination directory chromiumos-build's destination directory shouldn't be a build directory; as advised in chromiumos-build(1), this can cause it to think that failed builds were actually successful. Build downloaded source packages in src/build/ARCHITECTURE/external/ instead. While we're here, rename the configuration file to a more visible name. Review URL: http://codereview.chromium.org/548137 --- .chromiumos-build => chromiumos-build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .chromiumos-build => chromiumos-build.cfg (58%) diff --git a/.chromiumos-build b/chromiumos-build.cfg similarity index 58% rename from .chromiumos-build rename to chromiumos-build.cfg index 41a8258801..8c13033c24 100644 --- a/.chromiumos-build +++ b/chromiumos-build.cfg @@ -1,5 +1,5 @@ [Options] # ../third_party/xscreensaver is a bit of a wart here, necessitated by odd # directory layout. -builddirs: ../build/%(architecture)s/local_packages .. ../platform ../third_party ../third_party/xscreensaver +builddirs: ../build/%(architecture)s/external .. ../platform ../third_party ../third_party/xscreensaver destdir: ../build/%(architecture)s/local_packages