On Friday 26 September 2008 03:23:22 pm Peter Wemm wrote:
> peter       2008-09-26 19:23:22 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     include              Makefile unistd.h 
>   Log:
>   SVN rev 183390 on 2008-09-26 19:23:22Z by peter
>   
>   Move getosreldate(3) prototype from the machine generated <osreldate.h>
>   to <unistd.h> in the BSD section.
>   
>   Suggested by:   kib

Marcel already worked around the ia64 stuff.  I wonder if the ia64 Makefile 
shouldn't be using a ! make variable to grep it out anyway, something like:

OSRELDATE!=     awk /__FreeBSD_version/ { print $3 }
CFLAGS+=        -D__FreeBSD_version=${OSRELDATE}

-- 
John Baldwin
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to