comment out the make check in libtool's bep file as it takes a long time to run. Set the default path for ssh.

This commit is contained in:
Scott McCreary
2010-04-08 12:28:08 +00:00
parent 59eab0c28a
commit 4d48cb4c92
2 changed files with 2 additions and 12 deletions

View File

@@ -29,17 +29,7 @@ BUILD {
--mandir=`finddir B_COMMON_DIRECTORY`/man \
--docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` \
--sysconfdir=`finddir B_COMMON_SETTINGS_DIRECTORY`/ssh \
--sharedstatedir=/boot/home/1 \
--localstatedir=/boot/home/2 \
--includedir=/boot/home/3 \
--oldincludedir=/boot/home/4 \
--datarootdir=/boot/home/5 \
--infodir=/boot/home/6 \
--localedir=/boot/home/7 \
--htmldir=/boot/home/8 \
--dvidir=/boot/home/9 \
--pdfdir=/boot/home/10 \
--psdir=/boot/home/11 \
--with-default-path=PATH \
--with-md5-passwords
make
}

View File

@@ -15,5 +15,5 @@ BUILD {
INSTALL {
cd libtool-2.2.6b
make install
make check
# make check
}