Changed several calls for /boot/common/bin to use finddir.

This commit is contained in:
Scott McCreary
2011-04-26 00:18:55 +00:00
parent d54455e897
commit 6587bb71c1
28 changed files with 43 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ BUILD {
NO_MEMMEM=YesPlease NO_MKSTEMPS=YesPlease \
NO_MKDTEMP=YesPlease NO_IPV6=YesPlease \
NO_TCLTK=YesPlease CURLDIR=/boot/common \
PERL_PATH=/boot/common/bin/perl \
PERL_PATH=`finddir B_COMMON_BIN_DIRECTORY`/perl \
CFLAGS="-g -O2 -I/boot/common/include" \
LIBS="" \
LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" \
@@ -30,7 +30,7 @@ INSTALL {
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 \
CURLDIR=/boot/common PERL_PATH=`finddir B_COMMON_BIN_DIRECTORY`/perl \
CFLAGS="-g -O2 -I/boot/common/include" \
LIBS="" \
LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" \

View File

@@ -21,7 +21,7 @@ BUILD {
NO_IPV6=YesPlease \
NO_TCLTK=YesPlease \
CURLDIR=/boot/common \
PERL_PATH=/boot/common/bin/perl \
PERL_PATH=`finddir B_COMMON_BIN_DIRECTORY`/perl \
CFLAGS="-g -O2 -I/boot/common/include" \
LIBS="" \
LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" \
@@ -40,7 +40,7 @@ INSTALL {
NO_IPV6=YesPlease \
NO_TCLTK=YesPlease \
CURLDIR=/boot/common \
PERL_PATH=/boot/common/bin/perl \
PERL_PATH=`finddir B_COMMON_BIN_DIRECTORY`/perl \
CFLAGS="-g -O2 -I/boot/common/include" \
LIBS="" \
LDFLAGS="-L/boot/common/lib -lnetwork -lbsd -liconv" \

View File

@@ -10,7 +10,7 @@ BUILD {
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./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
--with-perl=`finddir B_COMMON_BIN_DIRECTORY`/perl --with-python=`finddir B_COMMON_BIN_DIRECTORY`/python --without-tcltk
make strip
}

View File

@@ -10,7 +10,7 @@ BUILD {
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./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
--with-perl=`finddir B_COMMON_BIN_DIRECTORY`/perl --with-python=`finddir B_COMMON_BIN_DIRECTORY`/python --without-tcltk
make strip
}

View File

@@ -11,7 +11,7 @@ BUILD {
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./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
--with-perl=`finddir B_COMMON_BIN_DIRECTORY`/perl --with-python=`finddir B_COMMON_BIN_DIRECTORY`/python --without-tcltk
make strip
}

View File

@@ -11,7 +11,7 @@ BUILD {
autoconf
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./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
--with-perl=`finddir B_COMMON_BIN_DIRECTORY`/perl --with-python=`finddir B_COMMON_BIN_DIRECTORY`/python --without-tcltk
make strip
}

View File

@@ -19,8 +19,8 @@ BUILD {
sharedir=`finddir B_COMMON_DATA_DIRECTORY` \
--with-editor=nano \
--enable-pthreads \
--with-perl=/boot/common/bin/perl \
--with-python=/boot/common/bin/python \
--with-perl=`finddir B_COMMON_BIN_DIRECTORY`/perl \
--with-python=`finddir B_COMMON_BIN_DIRECTORY`/python \
--without-tcltk
make strip
}