Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268950 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile (-1 / +8 lines)
Lines 147-152 all:: Link Here
147
#
147
#
148
# Define NO_PERL if you do not want Perl scripts or libraries at all.
148
# Define NO_PERL if you do not want Perl scripts or libraries at all.
149
#
149
#
150
# Define NO_CVS if you do not want CVS support at all.
151
#
150
# Define NO_TCLTK if you do not want Tcl/Tk GUI.
152
# Define NO_TCLTK if you do not want Tcl/Tk GUI.
151
#
153
#
152
# The TCL_PATH variable governs the location of the Tcl interpreter
154
# The TCL_PATH variable governs the location of the Tcl interpreter
Lines 310-318 SCRIPT_SH += git-web--browse.sh Link Here
310
SCRIPT_PERL += git-add--interactive.perl
312
SCRIPT_PERL += git-add--interactive.perl
311
SCRIPT_PERL += git-difftool.perl
313
SCRIPT_PERL += git-difftool.perl
312
SCRIPT_PERL += git-archimport.perl
314
SCRIPT_PERL += git-archimport.perl
315
ifndef NO_CVS
313
SCRIPT_PERL += git-cvsexportcommit.perl
316
SCRIPT_PERL += git-cvsexportcommit.perl
314
SCRIPT_PERL += git-cvsimport.perl
317
SCRIPT_PERL += git-cvsimport.perl
315
SCRIPT_PERL += git-cvsserver.perl
318
SCRIPT_PERL += git-cvsserver.perl
319
endif
316
SCRIPT_PERL += git-relink.perl
320
SCRIPT_PERL += git-relink.perl
317
SCRIPT_PERL += git-send-email.perl
321
SCRIPT_PERL += git-send-email.perl
318
SCRIPT_PERL += git-svn.perl
322
SCRIPT_PERL += git-svn.perl
Lines 1534-1540 install: all Link Here
1534
	$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
1538
	$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
1535
	$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
1539
	$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
1536
	$(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
1540
	$(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
1537
	$(INSTALL) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell$X git-cvsserver '$(DESTDIR_SQ)$(bindir_SQ)'
1541
	$(INSTALL) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell '$(DESTDIR_SQ)$(bindir_SQ)'
1542
ifndef NO_CVS
1543
	$(INSTALL) git-cvsserver '$(DESTDIR_SQ)$(bindir_SQ)'
1544
endif
1538
	$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
1545
	$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
1539
ifndef NO_PERL
1546
ifndef NO_PERL
1540
	$(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
1547
	$(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install

Return to bug 268950