head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	96.10.05.21.16.33;	author momjian;	state dead;
branches;
next	1.3;

1.3
date	96.10.05.20.29.57;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	96.10.05.03.23.49;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	96.10.03.17.26.13;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Renamed file.
@
text
@#!/bin/sh
find `pwd`/ -type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -S.gen=C -

find . -type d -print |while read DIR
do
	[ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID
done
@


1.3
log
@Replace double // with /.  THis confuses mkid.
@
text
@@


1.2
log
@Improved creation of mkid files.
@
text
@d2 1
a2 1
find `pwd`/ -type f -name '*.[chyl]' -print|mkid -S.gen=C -
@


1.1
log
@Moved them.
@
text
@d2 1
a2 3
#
# $Header: /usr/local/cvsroot/postgres95/src/backend/makeID,v 1.1.1.1 1996/07/09 06:21:08 scrappy Exp $
#
d4 4
a7 12

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



exit 0
@
