Thanks for your patches! Applied the first. The second is broken, every line will be executed in a separate shell, so the cd will be "forgotten". What is "make Makefile" meant to do? Have you tested this? Would it help to use "$(MAKE) -C parsers $@" instead? The third one was already fixed in a patch series by Antonio which was applied in the meantime.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, sorry for taking this long to reply. All patchs are running without problems for me, sorry for any problem. Also, I have a repository that compiles stm32flash for mac, linux and windows, with travis and appveyor. I would love to see this repository in github and contribute more if necessary.
Also, I do not intend to update this patchs, they are only here to help someone else or to be useful for the project.
Thank you for the great work !
My best regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your patches! Applied the first. The second is broken, every line will be executed in a separate shell, so the cd will be "forgotten". What is "make Makefile" meant to do? Have you tested this? Would it help to use "$(MAKE) -C parsers $@" instead? The third one was already fixed in a patch series by Antonio which was applied in the meantime.
Hi, sorry for taking this long to reply. All patchs are running without problems for me, sorry for any problem. Also, I have a repository that compiles stm32flash for mac, linux and windows, with travis and appveyor. I would love to see this repository in github and contribute more if necessary.
Also, I do not intend to update this patchs, they are only here to help someone else or to be useful for the project.
Thank you for the great work !
My best regards,
Closing this ticket, thanks. Please let me know if there are any other issues building with Microsoft make.