Changeset 2d14fce in rtems


Ignore:
Timestamp:
01/30/02 14:31:41 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dfca13fc
Parents:
604bbcc
Message:

2001-01-30 Joel Sherrill <joel@…>

  • buildall.in: Corrected logic for detecting when no RPMs are installed.
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    r604bbcc r2d14fce  
     12001-01-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * buildall.in: Corrected logic for detecting when no RPMs are installed.
     4
    152001-01-24      Joel Sherrill <joel@OARcorp.com>
    26
  • scripts/buildall.in

    r604bbcc r2d14fce  
    9696fi
    9797
    98 installed_count=`rpm -q -g rtems | wc -l`
     98installed_count=`rpm -q -g rtems | grep -v "does not contain" | wc -l`
    9999if [ ${installed_count} -ne 0 ] ; then
    100100  echo This script should be run with NO rtems RPMs installed.
Note: See TracChangeset for help on using the changeset viewer.