ckout revision 7c478bd95313f5f23a4c958a745db2134aa03244
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.6 */
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater#
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# CDDL HEADER START
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# The contents of this file are subject to the terms of the
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Common Development and Distribution License, Version 1.0 only
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# (the "License"). You may not use this file except in compliance
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# with the License.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# or http://www.opensolaris.org/os/licensing.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# See the License for the specific language governing permissions
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# and limitations under the License.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater# If applicable, add the following below this CDDL HEADER, with the
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# CDDL HEADER END
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterecho "`2>/dev/null cat errs|wc -l` entries have been compiled"
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterecho
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater2>/dev/null cat errs|grep -iv "^mkdir"|grep -iv "^create"|grep -iv "^link"|grep -vi terminfo.src|grep -vi touch|grep -vi "working"
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterif [ $? -ne 0 ] ;
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater then
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater echo "\tNo Errors"
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater else
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater echo "\tErrors can be found in /tmp/terminfo.errs"
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater cp errs /tmp/terminfo.errs
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterfi
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater