Date: Fri, 16 Sep 2011 19:10:08 GMT From: Garrett Cooper <yanegomi@gmail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/160646: [build] [patch] rework build of osreldate.h to not depend on include/Makefile Message-ID: <201109161910.p8GJA8Q2099388@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR misc/160646; it has been noted by GNATS.
From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org, gcooper@ixsystems.com
Cc:
Subject: Re: misc/160646: [build] [patch] rework build of osreldate.h to not
depend on include/Makefile
Date: Fri, 16 Sep 2011 12:04:30 -0700 (PDT)
The attached patch doesn't work with non-bourne shell compatible
shells. This line:
+ ${SHELL} ${MK_OSRELDATE_SH}
needs to be changed to:
+ ${MK_OSRELDATE_SH}
and the script needs to be mode +x. Lesson being that I guess I
should use csh more often..
Thanks!
-Garrett
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109161910.p8GJA8Q2099388>
