changeset 5434:623bee47d9e5

Save chroot-rebuilt packages in BINARIES.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 27 Jul 2009 12:39:50 +0200
parents 9d2d54820803
children 65b166265362
files .gitignore GNUmakefile
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.gitignore	Mon Jul 27 12:38:01 2009 +0200
+++ b/.gitignore	Mon Jul 27 12:39:50 2009 +0200
@@ -19,3 +19,4 @@
 /GUB
 /BOOTSTRAP
 /PRECIOUS
+/BINARIES
--- a/GNUmakefile	Mon Jul 27 12:38:01 2009 +0200
+++ b/GNUmakefile	Mon Jul 27 12:39:50 2009 +0200
@@ -184,7 +184,7 @@
 	rsync -az ./BOOTSTRAP/ $(ROOT)
 	$(UNTAR)
 	BOOTSTRAP=TRUE $(FAKECHROOT) bash -l -c 'gbin/gub --fresh cross/gcc'
-#	BOOTSTRAP=TRUE $(FAKECHROOT) bash -l -c 'gbin/gub cross/gcc'
+	rsync -az $(ROOT)/$(BUILD_ARCHITECTURE)/packages/ BINARIES/$(BUILD_ARCHITECTURE)/packages
 
 # enter into root
 chroot: