]> git.ipfire.org Git - thirdparty/git.git/commit - gettext.c
Merge branch 'dj/runtime-prefix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:17 +0000 (15:59 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:17 +0000 (15:59 +0900)
commit92034a9cd5e71cf686ef66029433bdaba75027b0
tree48a2d6429c993e75dc0f4ab76268509dcc82de5f
parentc988f6425acbd9765c55490c45d61f7531d5d83b
parent64f982b8a791a8e9e612a103d05e5f01a08fce0f
Merge branch 'dj/runtime-prefix'

A build-time option has been added to allow Git to be told to refer
to its associated files relative to the main binary, in the same
way that has been possible on Windows for quite some time, for
Linux, BSDs and Darwin.

* dj/runtime-prefix:
  Makefile: quote $INSTLIBDIR when passing it to sed
  Makefile: remove unused @@PERLLIBDIR@@ substitution variable
  mingw/msvc: use the new-style RUNTIME_PREFIX helper
  exec_cmd: provide a new-style RUNTIME_PREFIX helper for Windows
  exec_cmd: RUNTIME_PREFIX on some POSIX systems
  Makefile: add Perl runtime prefix support
  Makefile: generate Perl header from template file
.gitignore
Makefile
cache.h
common-main.c
exec-cmd.c
exec-cmd.h
gettext.c
git.c