mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-22 20:01:21 +00:00
fix ->
This commit is contained in:
10
Makefile
10
Makefile
@ -623,11 +623,11 @@ lha: $(BUILD)/_lha_done
|
|||||||
$(BUILD)/_lha_done:
|
$(BUILD)/_lha_done:
|
||||||
@if [ ! -e "$$(which lha 2>/dev/null)" ]; then \
|
@if [ ! -e "$$(which lha 2>/dev/null)" ]; then \
|
||||||
cd $(BUILD) && rm -rf lha; \
|
cd $(BUILD) && rm -rf lha; \
|
||||||
$(L00) "clone lha"$(L1) git clone -b $(lha_BRANCH) $(lha_URL); $(L2); \
|
$(L0) "clone lha"$(L1) git clone -b $(lha_BRANCH) $(lha_URL); $(L2); \
|
||||||
cd lha; \
|
cd lha; \
|
||||||
$(L00) "configure lha"$(L1) aclocal; autoheader; automake -a; autoconf; ./configure; $(L2); \
|
$(L0) "configure lha"$(L1) aclocal; autoheader; automake -a; autoconf; ./configure; $(L2); \
|
||||||
$(L00) "make lha"$(L1) make all; $(L2); \
|
$(L0) "make lha"$(L1) make all; $(L2); \
|
||||||
$(L00) "install lha"$(L1) mkdir -p $(PREFIX)/bin/; install src/lha$(EXEEXT) $(PREFIX)/bin/lha$(EXEEXT); $(L2); \
|
$(L0) "install lha"$(L1) mkdir -p $(PREFIX)/bin/; install src/lha$(EXEEXT) $(PREFIX)/bin/lha$(EXEEXT); $(L2); \
|
||||||
fi
|
fi
|
||||||
@echo "done" >$@
|
@echo "done" >$@
|
||||||
|
|
||||||
@ -917,7 +917,7 @@ $(BUILD)/newlib/newlib/libc.a: $(BUILD)/newlib/newlib/Makefile $(NEWLIB_FILES)
|
|||||||
$(BUILD)/newlib/newlib/Makefile: $(PROJECTS)/newlib-cygwin/newlib/configure $(BUILD)/ndk-include_ndk $(BUILD)/gcc/_done
|
$(BUILD)/newlib/newlib/Makefile: $(PROJECTS)/newlib-cygwin/newlib/configure $(BUILD)/ndk-include_ndk $(BUILD)/gcc/_done
|
||||||
@mkdir -p $(BUILD)/newlib/newlib
|
@mkdir -p $(BUILD)/newlib/newlib
|
||||||
@if [ ! -f "$(BUILD)/newlib/newlib/Makefile" ]; then \
|
@if [ ! -f "$(BUILD)/newlib/newlib/Makefile" ]; then \
|
||||||
$(L00) "configure newlib"$(L1) cd $(BUILD)/newlib/newlib && $(NEWLIB_CONFIG) CFLAGS="$(CFLAGS_FOR_TARGET)" CC_FOR_BUILD="$(CC)" CXXFLAGS="$(CXXFLAGS_FOR_TARGET)" $(PROJECTS)/newlib-cygwin/newlib/configure --host=$(TARGET) --prefix=$(PREFIX) --enable-newlib-io-long-long --enable-newlib-io-c99-formats --enable-newlib-reent-small --enable-newlib-mb --enable-newlib-long-time_t $(L2) \
|
$(L0) "configure newlib"$(L1) cd $(BUILD)/newlib/newlib && $(NEWLIB_CONFIG) CFLAGS="$(CFLAGS_FOR_TARGET)" CC_FOR_BUILD="$(CC)" CXXFLAGS="$(CXXFLAGS_FOR_TARGET)" $(PROJECTS)/newlib-cygwin/newlib/configure --host=$(TARGET) --prefix=$(PREFIX) --enable-newlib-io-long-long --enable-newlib-io-c99-formats --enable-newlib-reent-small --enable-newlib-mb --enable-newlib-long-time_t $(L2) \
|
||||||
; else touch "$(BUILD)/newlib/newlib/Makefile"; fi
|
; else touch "$(BUILD)/newlib/newlib/Makefile"; fi
|
||||||
|
|
||||||
$(PROJECTS)/newlib-cygwin/newlib/configure:
|
$(PROJECTS)/newlib-cygwin/newlib/configure:
|
||||||
|
|||||||
Reference in New Issue
Block a user