From fe7a0abd38d61a449c4beaa7a514c2be5df872cf Mon Sep 17 00:00:00 2001 From: Dawid Sobczak Date: Sat, 1 Jul 2023 19:19:53 +0100 Subject: testing bootstrap --- 05/musl-0.6.0/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '05/musl-0.6.0/Makefile') diff --git a/05/musl-0.6.0/Makefile b/05/musl-0.6.0/Makefile index 9d40be5..460ff31 100644 --- a/05/musl-0.6.0/Makefile +++ b/05/musl-0.6.0/Makefile @@ -9,7 +9,7 @@ # CC = ../tcc-0.9.27/tcc0 -exec_prefix = /usr/local/musl-bootstrap +exec_prefix = ../musl-bootstrapU bindir = $(exec_prefix)/bin prefix = /usr/local/musl-bootstrap @@ -84,7 +84,7 @@ lib/libc.so: $(LOBJS) $(OBJCOPY) --weaken $@ lib/libc.a: $(OBJS) - rm -f $@ + mkdir -p lib $(AR) rc $@ $(OBJS) # $(RANLIB) $@ -- cgit v1.2.3