ref: 14ea54572c7c46f86c990f5a22b3aab768e3d2be
parent: 90ef85abfcb2d9af2ec37fd34de1c62f2fe150c6
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Feb 23 14:58:08 EST 2015
Add syserrno.myr.
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
include config.mk
check: all
- $(MAKE) -C test check
+ $(MAKE) -C test check && \
$(MAKE) -C libstd check
bench: all
--- a/libstd/bldfile
+++ b/libstd/bldfile
@@ -6,6 +6,7 @@
syscall+linux-x64.s
syscall+osx-x64.s
syserrno+linux.myr
+ syserrno+osx.myr
systypes.myr
ifreq+freebsd.myr
ifreq+linux.myr