Fix: git -C not available for git 1.8 57/19257/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 21:41:26 +0000 (21:41 +0000)
commitd41e73b2bcdbb30cc967e2fe985a4aa85d351eda
treea0df84c0d016c47b400950c6789b7546ef475d63
parent85233d92b0b0d526aa641cab4b8d9d794da109e9
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>
(cherry picked from commit e7683a82ee118c2a584fb441a7a422dfca826e28)
Makefile