changeset 630:0e8a887f9d8b

buildall.sh should create the README file in the output directory.
author Rob Landley <rob@landley.net>
date Thu, 05 Mar 2009 12:25:19 -0600
parents 4db8fc1ea338
children 585c77c9e83f
files buildall.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/buildall.sh	Thu Mar 05 12:24:53 2009 -0600
+++ b/buildall.sh	Thu Mar 05 12:25:19 2009 -0600
@@ -24,6 +24,10 @@
 
 (./download.sh && ./host-tools.sh && ./download.sh --extract ) 2>&1 | tee out-host.txt
 
+# Create README file (requires build/sources to be extracted)
+
+(do_readme && cat sources/toys/README.footer) | tee build/README
+
 # Build architectures
 
 for i in $(cd sources/targets/; ls | grep -v '^hw-')