crossplatform.mk: add cygwin detection for disabling windows shell tools and path...
authorRejean Loyer <redj@ecere.com>
Fri, 6 Nov 2015 22:46:59 +0000 (17:46 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 28 Jul 2016 22:23:26 +0000 (18:23 -0400)
commit2d77fea98162023230873156459bbcc93677e115
treed232a2f03bf59c09ac9e468e86e74efd7375e8d4
parent054f1cb29dd9b992163b2abcc464a17075d83873
crossplatform.mk: add cygwin detection for disabling windows shell tools and path separator hacks in order to allow building via git under windows. also allow path to make command that contains spaces.
 - i.e.: git rebase -i --exec "git clean -xdf && make ENABLE_SSL=y EDASQLiteCipher=y -j 16" HEAD~

 - 'cd <dir-name> && $(MAKE)' vs 'cd <dir-name> && $(_MAKE)' -- gnu make is no longer nice enough to do as if there was a + in front of the rule, need to add it ourselves
Makefile
compiler/Makefile
compiler/bootstrap/Makefile
crossplatform.mk
deps/Makefile
ear/Makefile
ecere/Makefile
eda/Makefile