Fix: git -C not available for git 1.8 33/19233/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 22 Aug 2016 16:05:35 +0000 (18:05 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 22 Aug 2016 16:07:37 +0000 (18:07 +0200)
commite7683a82ee118c2a584fb441a7a422dfca826e28
tree90697cde44c91686752adc57f72fcf70f685c671
parentbde411ba1cccf4a0827df115deb97f2a9cfade13
Fix: git -C not available for git 1.8

Our deploy slaves are running CentOS, which only has git 1.8.3.
git -C option was made available in git 1.8.5, so instead of
installing out of repo versions of git on all our deploy slaves,
rework the main Armband Makefile to NOT use this option.

NOTE: --git-dir could be used instead, too.

Change-Id: I29b9c720e39cae25431cf1176dbaddce5bda2a35
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Makefile