mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
Try having 3.9 and 3.2 at the same time
This commit is contained in:
2
Makefile
2
Makefile
@ -714,7 +714,7 @@ $(BUILD)/ndk-include_proto: $(PROJECTS)/$(NDK_FOLDER_NAME).info
|
|||||||
@echo "done" >$@
|
@echo "done" >$@
|
||||||
|
|
||||||
$(PROJECTS)/$(NDK_FOLDER_NAME).info: $(BUILD)/_lha_done $(DOWNLOAD)/$(NDK_ARC_NAME).lha $(shell find 2>/dev/null patches/$(NDK_FOLDER_NAME)/ -type f)
|
$(PROJECTS)/$(NDK_FOLDER_NAME).info: $(BUILD)/_lha_done $(DOWNLOAD)/$(NDK_ARC_NAME).lha $(shell find 2>/dev/null patches/$(NDK_FOLDER_NAME)/ -type f)
|
||||||
$(L0)"unpack ndk"$(L1) && cd $(PROJECTS) && if [[ $(NDK) == "3.2" ]] ; \
|
$(L0)"unpack ndk"$(L1) cd $(PROJECTS) && if [[ $(NDK_ARC_NAME) == "NDK3.2" ]] ; \
|
||||||
then mkdir NDK3.2 ; cd NDK3.2 ; fi ; \
|
then mkdir NDK3.2 ; cd NDK3.2 ; fi ; \
|
||||||
lha xf $(DOWNLOAD)/$(NDK_ARC_NAME).lha $(L2)
|
lha xf $(DOWNLOAD)/$(NDK_ARC_NAME).lha $(L2)
|
||||||
@touch -t 0001010000 $(DOWNLOAD)/$(NDK_ARC_NAME).lha
|
@touch -t 0001010000 $(DOWNLOAD)/$(NDK_ARC_NAME).lha
|
||||||
|
|||||||
Reference in New Issue
Block a user