Usermode/libc #6 Fix string.h functions, add some more unit tests
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / Makefile
index 4dc43e1..64749b3 100644 (file)
@@ -7,7 +7,7 @@ CPPFLAGS +=
 CFLAGS   += -nostdlib -Wall -Werror -Wextra\r
 ASFLAGS  +=\r
 LDFLAGS  += -nostdlib\r
-PRELINK  := $(CRTI) $(CRTBEGINS) $(CRTS)\r
+PRELINK  := $(CRTI) $(CRTBEGINS) $(CRT0S)\r
 LIBS     += $(LIBGCC_PATH) $(CRTENDS) $(CRTN)\r
 \r
 INCFILES := stdio.h stdlib.h\r
@@ -29,8 +29,8 @@ endif
 include ../Makefile.tpl\r
 \r
 EXP_%.txt: TEST_%.native\r
-       ./$< > $@\r
-       rm $<\r
+       @./$< > $@\r
+       @rm $<\r
 EXP_strtoi.txt:\r
        echo -n "" > $@\r
 \r

UCC git Repository :: git.ucc.asn.au