summaryrefslogtreecommitdiff
path: root/git-gui
diff options
context:
space:
mode:
authorLibravatar Brandon Casey <casey@nrlssc.navy.mil>2009-01-19 19:44:03 -0600
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-01-19 22:39:38 -0800
commitb56c79ccea73fe53af3f3a3cc5ab7f5417fc898d (patch)
treef339d78a2d70a27c45fd06e433b2d354de242a5a /git-gui
parentuse uppercase POSIX compliant signals for the 'trap' command (diff)
downloadtgif-b56c79ccea73fe53af3f3a3cc5ab7f5417fc898d.tar.xz
Makefile: use shell for-loop rather than Make's foreach loop during install
The install target uses a foreach loop to generate a single long shell command line to handle installation of the built-in git commands. The maximum length of the argument list varies by platform, and this use of foreach quickly grows the length of the argument list. Current git can exceed the default maximum argument list length on IRIX 6.5 of 20480 depending on the installation path. Rather than using make's foreach loop to pre-generate the shell command line, use a shell for-loop and allow the shell to iterate through each of the built-in commands. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui')
0 files changed, 0 insertions, 0 deletions