From 88ad2583c8a10e3e2b71aab136ffe1bea4dba12d Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 2 Mar 2010 03:07:22 +0000 Subject: [PATCH] Re-added the slashes and split the make line so that it is easier to read. --- dev-util/git/git-1.7.0.1.bep | 40 +++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/dev-util/git/git-1.7.0.1.bep b/dev-util/git/git-1.7.0.1.bep index 1cff4a4b9..7d76725ef 100644 --- a/dev-util/git/git-1.7.0.1.bep +++ b/dev-util/git/git-1.7.0.1.bep @@ -11,16 +11,36 @@ BUILD { # aclocal # autoconf ./configure --prefix=/boot/common --enable-pthreads="" - make prefix=/boot/common NO_R_TO_GCC_LINKER=YesPlease NO_C99_FORMAT=YesPlease NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease NO_MEMMEM=YesPlease NO_MKSTEMPS=YesPlease NO_MKDTEMP=YesPlease NO_IPV6=YesPlease NO_TCLTK=YesPlease CURLDIR=/boot/common PERL_PATH=/boot/common/bin/perl CFLAGS="-g -O2 -I/boot/common/include" LIBS="" LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" strip -} - -INSTALL { - cd git-1.7.0.1 - make install prefix=/boot/common NO_R_TO_GCC_LINKER=YesPlease \ - NO_C99_FORMAT=YesPlease NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease \ - NO_MEMMEM=YesPlease NO_MKSTEMPS=YesPlease \ - NO_MKDTEMP=YesPlease NO_IPV6=YesPlease NO_TCLTK=YesPlease \ - CURLDIR=/boot/common PERL_PATH=/boot/common/bin/perl \ + make prefix=/boot/common \ + NO_R_TO_GCC_LINKER=YesPlease \ + NO_C99_FORMAT=YesPlease \ + NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease \ + NO_MEMMEM=YesPlease \ + NO_MKSTEMPS=YesPlease \ + NO_MKDTEMP=YesPlease \ + NO_IPV6=YesPlease \ + NO_TCLTK=YesPlease \ + CURLDIR=/boot/common \ + PERL_PATH=/boot/common/bin/perl \ + CFLAGS="-g -O2 -I/boot/common/include" \ + LIBS="" \ + LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" \ + strip +} + +INSTALL { + cd git-1.7.0.1 + make install prefix=/boot/common \ + NO_R_TO_GCC_LINKER=YesPlease \ + NO_C99_FORMAT=YesPlease \ + NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease \ + NO_MEMMEM=YesPlease \ + NO_MKSTEMPS=YesPlease \ + NO_MKDTEMP=YesPlease \ + NO_IPV6=YesPlease \ + NO_TCLTK=YesPlease \ + CURLDIR=/boot/common \ + PERL_PATH=/boot/common/bin/perl \ CFLAGS="-g -O2 -I/boot/common/include" \ LIBS="" \ LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" \