head     0.3;
branch   0.3.0;
access   ;
symbols  REL_0_3:0.3.0.1 ANDREW_JOLLY:0.3.0;
locks    ; strict;
comment  @# @;


0.3
date     94.09.04.00.51.25;  author andrew;  state Exp;
branches 0.3.0.1;
next     ;

0.3.0.1
date     94.09.04.00.51.26;  author andrew;  state Exp;
branches ;
next     ;


desc
@@



0.3
log
@Initial revision
@
text
@#!/bin/sh
#
# $Header: /usr/local/devel/postgres/src/RCS/makeID,v 1.2 1993/12/13 23:44:03 marc Exp $
#

if test $# -ne 1; then
    echo "usage: $0 PORTNAME"
    exit 1
fi
PORTNAME=$1
 
gfind . obj/. port/$PORTNAME \( -name obj -o -name port \) -prune -o \( -name '*.[ch]' -o -name '*.gen' \) -type f -print | mkid -S.gen=c - 2>&1 | grep -v 'No scanner for language'

exit 0
@


0.3.0.1
log
@POSTGRES LITE   (c) 1994 Andrew Yu and Jolly Chen
@
text
@@
