f0&&lx==0) return atan(y); /* x=1.0 */
m = ((hy>>31)&1)|((hx>>30)&2); /* 2*sign(x)+sign(y) */
/* when y = 0 */
--
Eitan Adler
Is there any rule for what names get added to share/dict/propernames?
Would adding more names, even uncommon ones, be okay?
--
Eitan Adler
On 3 January 2018 at 22:16, Eitan Adler wrote:
> Hi all,
>
> When I run ∴./build.sh -m amd64 -U build
>
> I get the following error. Is this known at HEAD? I did a 'cvs up -C'
> immediately prior to build. Is there anything else I should do?
Interestingly, despite bei
"${dir}/"; real="${dir}" ;; .)
this=""; real="/Users/eax/svn/cs/netbsd/src" ;; *) this="${dir}/";
real="/Users/eax/svn/cs/netbsd/src/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/Users/eax/svn/cs/netbsd/src/obj/tooldir.Darwin-17.4.0-x86_64/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . do-lib
*** Error code 1
Stop.
nbmake: stopped in /Users/eax/svn/cs/netbsd/src
ERROR: Failed to make build
*** BUILD ABORTED ***
./build.sh -m amd64 -uU build 416.92s user 298.38s system 69% cpu
17:10.83 total
--
Eitan Adler