зеркало из https://github.com/microsoft/git.git
Git.pm: tentative fix to test the freshly built Git.pm
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
d595a473ee
Коммит
f6276fe159
7
Makefile
7
Makefile
|
@ -531,9 +531,12 @@ $(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
|
|||
chmod +x $@+
|
||||
mv $@+ $@
|
||||
|
||||
$(patsubst %.perl,%,$(SCRIPT_PERL)) : % : %.perl
|
||||
$(patsubst %.perl,%,$(SCRIPT_PERL)): perl/Makefile
|
||||
$(patsubst %.perl,%,$(SCRIPT_PERL)): % : %.perl
|
||||
rm -f $@ $@+
|
||||
sed -e '1s|#!.*perl\(.*\)|#!$(PERL_PATH_SQ)\1 -I'"$$(make -s -C perl instlibdir)"'|' \
|
||||
INSTLIBDIR=$$(make -s -C perl instlibdir) && \
|
||||
sed -e '1s|#!.*perl\(.*\)|#!$(PERL_PATH_SQ)\1|' \
|
||||
-e 's|@@INSTLIBDIR@@|'"$$INSTLIBDIR"'|g' \
|
||||
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
|
||||
$@.perl >$@+
|
||||
chmod +x $@+
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
# Read .git/FETCH_HEAD and make a human readable merge message
|
||||
# by grouping branches and tags together to form a single line.
|
||||
|
||||
unshift @INC, '@@INSTLIBDIR@@';
|
||||
use strict;
|
||||
use Git;
|
||||
use Error qw(:try);
|
||||
|
|
Загрузка…
Ссылка в новой задаче