Changeset 2d14fce in rtems
- Timestamp:
- 01/30/02 14:31:41 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dfca13fc
- Parents:
- 604bbcc
- Location:
- scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r604bbcc r2d14fce 1 2001-01-30 Joel Sherrill <joel@OARcorp.com> 2 3 * buildall.in: Corrected logic for detecting when no RPMs are installed. 4 1 5 2001-01-24 Joel Sherrill <joel@OARcorp.com> 2 6 -
scripts/buildall.in
r604bbcc r2d14fce 96 96 fi 97 97 98 installed_count=`rpm -q -g rtems | wc -l`98 installed_count=`rpm -q -g rtems | grep -v "does not contain" | wc -l` 99 99 if [ ${installed_count} -ne 0 ] ; then 100 100 echo This script should be run with NO rtems RPMs installed.
Note: See TracChangeset
for help on using the changeset viewer.