comparison simple-cross-compiler.sh @ 1157:300e6d919d86

Move "sources/more/" to just "more/", add a README explaining why those scripts are there, and adjust calls to them.
author Rob Landley <rob@landley.net>
date Mon, 05 Jul 2010 15:37:04 -0500
parents 2b68517f5b62
children 74541aac72f9
comparison
equal deleted inserted replaced
1156:8ab750338f73 1157:300e6d919d86
72 72
73 # Does the hello world we just built actually run? 73 # Does the hello world we just built actually run?
74 74
75 if [ ! -z "$CROSS_SMOKE_TEST" ] 75 if [ ! -z "$CROSS_SMOKE_TEST" ]
76 then 76 then
77 sources/more/cross-smoke-test.sh "$ARCH" || exit 1 77 more/cross-smoke-test.sh "$ARCH" || exit 1
78 fi 78 fi
79 79
80 # Tar it up 80 # Tar it up
81 81
82 create_stage_tarball 82 create_stage_tarball