Remove legacy entrypoints from release goal

This commit is contained in:
d0k3 2017-06-05 13:52:31 +02:00
parent a27bd1f82d
commit d97e754593

View File

@ -160,17 +160,17 @@ brahma: submodules binary
release: release:
@rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE) @rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE)
@make --no-print-directory binary @make --no-print-directory binary
@-make --no-print-directory firm @make --no-print-directory firm
@-make --no-print-directory cakerop #@-make --no-print-directory cakerop
@-make --no-print-directory brahma #@-make --no-print-directory brahma
@[ -d $(RELEASE) ] || mkdir -p $(RELEASE) @[ -d $(RELEASE) ] || mkdir -p $(RELEASE)
@[ -d $(RELEASE)/$(TARGET) ] || mkdir -p $(RELEASE)/$(TARGET) #@[ -d $(RELEASE)/$(TARGET) ] || mkdir -p $(RELEASE)/$(TARGET)
@cp $(OUTPUT).bin $(RELEASE) @cp $(OUTPUT).bin $(RELEASE)
@-cp $(OUTPUT).firm $(RELEASE) @cp $(OUTPUT).firm $(RELEASE)
@-cp $(OUTPUT).dat $(RELEASE) #@-cp $(OUTPUT).dat $(RELEASE)
@-cp $(OUTPUT).nds $(RELEASE) #@-cp $(OUTPUT).nds $(RELEASE)
@-cp $(OUTPUT).3dsx $(RELEASE)/$(TARGET) #@-cp $(OUTPUT).3dsx $(RELEASE)/$(TARGET)
@-cp $(OUTPUT).smdh $(RELEASE)/$(TARGET) #@-cp $(OUTPUT).smdh $(RELEASE)/$(TARGET)
@cp $(CURDIR)/README.md $(RELEASE) @cp $(CURDIR)/README.md $(RELEASE)
@-7z a $(RELEASE)/$(TARGET)-`date +'%Y%m%d-%H%M%S'`.zip $(RELEASE)/* @-7z a $(RELEASE)/$(TARGET)-`date +'%Y%m%d-%H%M%S'`.zip $(RELEASE)/*