Updated several more .bep files to use finddir to locate the prefix directory.

This commit is contained in:
Scott McCreary
2011-04-25 23:52:32 +00:00
parent 08253fd18b
commit d54455e897
142 changed files with 145 additions and 143 deletions

View File

@@ -10,7 +10,7 @@ BUILD {
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=/boot/common --enable-pthreads=""
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-pthreads=""
make prefix=/boot/common NO_R_TO_GCC_LINKER=YesPlease \
NO_C99_FORMAT=YesPlease \
NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease \

View File

@@ -10,7 +10,7 @@ BUILD {
# libtoolize --force --copy --install
# aclocal
# autoconf
./configure --prefix=/boot/common --enable-pthreads=""
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-pthreads=""
make prefix=/boot/common \
NO_R_TO_GCC_LINKER=YesPlease \
NO_C99_FORMAT=YesPlease \

View File

@@ -9,7 +9,7 @@ BUILD {
cd git-1.7.0.4
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./configure --prefix=/boot/common --with-editor=nano --enable-pthreads="-lroot" \
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-editor=nano --enable-pthreads="-lroot" \
--with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk
make strip
}

View File

@@ -9,7 +9,7 @@ BUILD {
cd git-1.7.0.5
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./configure --prefix=/boot/common --with-editor=nano --enable-pthreads="-lroot" \
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-editor=nano --enable-pthreads="-lroot" \
--with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk
make strip
}

View File

@@ -10,7 +10,7 @@ BUILD {
cd git-1.7.1
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./configure --prefix=/boot/common --with-editor=nano --enable-pthreads="-lroot" \
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-editor=nano --enable-pthreads="-lroot" \
--with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk
make strip
}

View File

@@ -10,7 +10,7 @@ BUILD {
cd git-1.7.3.1
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./configure --prefix=/boot/common --with-editor=nano --enable-pthreads="-lroot" \
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-editor=nano --enable-pthreads="-lroot" \
--with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk
make strip
}