discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] 2 issues with latest GIT master, at least on OSX


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] 2 issues with latest GIT master, at least on OSX 10.5.8
Date: Tue, 1 Jun 2010 13:02:47 -0600

(1) configure.ac:296
++++
BUILD_DATE=`date -R -u`
++++

The '-u' works ("Display or set the date in UTC (Coordinated Universal) time"), but there is no "-R" option to Darwin's built-in 'date'. What does the '-R' option specify? Maybe there's another way to do it on Darwin that's more compatible with Linux (or, vice versa)?

(2) config/gr_git.m4:37
++++
if test x`echo $GIT_DESCRIBE | cut -f 1- -d '-' --output-delimiter=' ' | wc -w` = x4; then
++++

It's the "--output-delimiter" that doesn't work with Darwin's 'cut'; this version only handles single '-' parameters. What does this option do? Maybe there's another way to do it on Darwin that's more compatible with Linux (or, vice versa)?




reply via email to

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