#!/bin/sh # # front for gmake to pipe out the humongous path names # dyaeb@slac, Sept 1995 # sed \ -e "s;`pwd`;\$pwd;g" \ -e "s;"${PWD}";\$PWD;g" \ -e "s;"${BFDIST}"/releases;\$BFr;g" \ -e "s;//;/;g"