mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2001-04-02 Joel Sherrill <joel@OARcorp.com>
* buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
|
||||||
|
|
||||||
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* .cvsignore: Added mkgcc3newlib.
|
* .cvsignore: Added mkgcc3newlib.
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ if [ ${testing} = yes ] ; then
|
|||||||
ECHO=echo
|
ECHO=echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
installed_count=`rpm -q -g rtems | grep -v "does not contain" | wc -l`
|
installed_count=`rpm -q -g rtems | grep -v "auto" | grep -v "does not contain" | wc -l`
|
||||||
if [ ${installed_count} -ne 0 ] ; then
|
if [ ${installed_count} -ne 0 ] ; then
|
||||||
echo This script should be run with NO rtems RPMs installed.
|
echo This script should be run with NO rtems RPMs installed.
|
||||||
echo It appears that the following rtems RPMs are installed:
|
echo It appears that the following rtems RPMs are installed:
|
||||||
|
|||||||
Reference in New Issue
Block a user