bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Small patch to sunrpc/Makefile


From: Roland McGrath
Subject: Re: Small patch to sunrpc/Makefile
Date: Tue, 19 Dec 2000 17:15:12 -0500 (EST)

> This patch just keeps tcsh from puking.  This is my first patch so if I'm
> doing something wrong, please let me know.

I think your only error is believing that tcsh is involved.  That does
indeed look like an appropriate bug fix, but /bin/sh is the shell involved.

> Ed Connell
> 
> --- sunrpc/Makefile     Fri Dec 15 18:58:59 2000
> +++ -   Tue Dec 19 17:18:11 2000
> @@ -125,7 +125,7 @@
> 
>  # Tell rpcgen where to find the C preprocessor.
>  rpcgen-cmd = $(built-program-cmd) -Y `$(CC) -print-file-name=cpp | \
> -                                     sed "s|/cpp$$||"`
> +                                     sed 's|/cpp$$||'`
> 
>  # Install the rpc data base file.
>  $(inst_sysconfdir)/rpc: etc.rpc $(+force)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]