|
@ -1,12 +1,12 @@ |
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
|
|
|
|
|
|
# |
|
|
# Filename: target/generic/build.sh |
|
|
# Filename: target/generic/build.sh |
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# |
|
|
|
|
|
|
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
|
|
|
|
|
|
# |
|
|
# This program is free software; you can redistribute it and/or modify |
|
|
# This program is free software; you can redistribute it and/or modify |
|
|
# it under the terms of the GNU General Public License as published by |
|
|
# it under the terms of the GNU General Public License as published by |
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
@ -25,8 +25,7 @@ rm -f $build_toolchain/isofs*.txt 2> /dev/null |
|
|
|
|
|
|
|
|
echo_status "Creating package database ..." |
|
|
echo_status "Creating package database ..." |
|
|
admdir="build/${SDECFG_ID}/var/adm" |
|
|
admdir="build/${SDECFG_ID}/var/adm" |
|
|
create_package_db $admdir $build_toolchain/pkgs \ |
|
|
|
|
|
$build_toolchain/pkgs/packages.db |
|
|
|
|
|
|
|
|
./bin/sde-create-pkgdb -c "$config" |
|
|
|
|
|
|
|
|
if [ "$SDECFG_IMAGE" -a -e target/share/$SDECFG_IMAGE/build.sh ]; then |
|
|
if [ "$SDECFG_IMAGE" -a -e target/share/$SDECFG_IMAGE/build.sh ]; then |
|
|
echo_status "Creating output image ..." |
|
|
echo_status "Creating output image ..." |
|
|