misc/160646: [build] [patch] rework build of osreldate.h to not depend on include/Makefile

Garrett Cooper yanegomi at gmail.com
Fri Sep 16 19:10:08 UTC 2011


The following reply was made to PR misc/160646; it has been noted by GNATS.

From: Garrett Cooper <yanegomi at gmail.com>
To: bug-followup at FreeBSD.org, gcooper at 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


More information about the freebsd-bugs mailing list