forked from Imagelibrary/rtems
2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-shared, runtest-bottom: Tidy up more bugs.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* psim-shared, runtest-bottom: Tidy up more bugs.
|
||||||
|
|
||||||
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
|
* psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ esac
|
|||||||
### Generate the PSIM device tree based upon the type of application being run
|
### Generate the PSIM device tree based upon the type of application being run
|
||||||
gen_device_tree()
|
gen_device_tree()
|
||||||
{
|
{
|
||||||
enable_sys_ipc="yes"
|
enable_sysv_ipc="yes"
|
||||||
|
|
||||||
if [ ${use_sysv_ipc} = "yes" ] ; then
|
if [ ${use_sysv_ipc} = "yes" ] ; then
|
||||||
enable_sysv_ipc="yes"
|
enable_sysv_ipc="yes"
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ then
|
|||||||
tests="$*"
|
tests="$*"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
use_sysv_ipc="auto"
|
||||||
|
|
||||||
[ -d $logdir ] ||
|
[ -d $logdir ] ||
|
||||||
mkdir $logdir || fatal "could not create log directory ($logdir)"
|
mkdir $logdir || fatal "could not create log directory ($logdir)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user