Removed the -j from make and it now builds on x86_64. Note that the docs are going into common/docs, so still need a fix for this.

This commit is contained in:
Scott McCreary
2013-03-04 05:33:24 +00:00
parent 140fd938aa
commit 1982ca76e8

View File

@@ -15,7 +15,7 @@ BUILD {
cp -r /boot/common/data/libtool/config/. autoconf/
cp -r /boot/common/data/libtool/config/. projects/sample/autoconf/
./configure --enable-optimized --prefix=`finddir B_COMMON_DIRECTORY`
make -j$(CPUS)
make
}
INSTALL {