NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/48722 CVS commit: src/external/bsd/libevent/man
The following reply was made to PR misc/48722; it has been noted by GNATS.
From: "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: PR/48722 CVS commit: src/external/bsd/libevent/man
Date: Fri, 11 Apr 2014 03:17:18 -0400
On 2014-04-10, at 7:30 PM, Christos Zoulas wrote:
> The following reply was made to PR misc/48722; it has been noted by GNATS.
>
> From: "Christos Zoulas" <christos%netbsd.org@localhost>
> To: gnats-bugs%gnats.NetBSD.org@localhost
> Cc:
> Subject: PR/48722 CVS commit: src/external/bsd/libevent/man
> Date: Thu, 10 Apr 2014 19:28:11 -0400
>
> Module Name: src
> Committed By: christos
> Date: Thu Apr 10 23:28:11 UTC 2014
>
> Modified Files:
> src/external/bsd/libevent/man: Makefile
>
> Log Message:
> PR/48722: David H. Gutteridge: use HOST_SH to execute fixman
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libevent/man/Makefile
After the last commit, there's a bit still missing (there's a second
fixman invocation):
--- Makefile.orig 2014-04-11 02:46:08.000000000 -0400
+++ Makefile 2014-04-11 03:09:30.000000000 -0400
@@ -30,7 +30,7 @@
.for i in ${HSRCS2}
${i:S/.h.3/.3/g}: $i
- ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET}
+ ${HOST_SH} ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET}
.endfor
HMAN2=${HSRCS2:S/.h.3/.3/g}
Dave
Home |
Main Index |
Thread Index |
Old Index