summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-08-07 13:57:32 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-08-07 13:57:32 +0000
commitf7f3005c98f178cee2d234a1a1a144e61bc6ff19 (patch)
treeb256e1cbb0bec260311594d7f2d19d0adf7624b0 /bin
parentcc96209c62d30595f70ff5c76ac96193e46f56ab (diff)
downloadptxdist-f7f3005c98f178cee2d234a1a1a144e61bc6ff19.tar.gz
ptxdist-f7f3005c98f178cee2d234a1a1a144e61bc6ff19.tar.xz
* make world befor 'ptxdist run'
* start linuximage from the generic place in images/ git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5985 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 4eff6a179..a8cff4adc 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -856,6 +856,7 @@ while [ "$#" != "0" ]; do
check_native
check_compiler
check_dirs
+ check_deps
ptxd_make world 2>&1 | tee -a logfile
check_pipe_status
RUN_ROOTMETHOD=$(. ptxconfig && echo ${PTXCONF_KERNEL_NATIVE_ROOT_HOSTFS})
@@ -863,9 +864,9 @@ while [ "$#" != "0" ]; do
if [ -n "${RUN_ROOTMETHOD}" ]; then
RUN_CMDLINE="${RUN_CMDLINE} root=/dev/root rootflags=`pwd`/root rootfstype=hostfs"
fi
- root/boot/vmlinux ${RUN_CMDLINE}
- exit 0
- ;;
+ ${PTXDIST_WORKSPACE}/images/linuximage ${RUN_CMDLINE}
+ exit 0
+ ;;
select) shift
if [ ! -f "$1" ]; then
echo