Issue #2279 has been updated by YONETANI Tomokazu.
(Sorry for the late reply) > Could this be related to commit d2e9c9d8664f753a0d599eceed1dd98ffa7ef479 ? I don't know, but apparently buildkernel hasn't passed the -j flag until recently? I usually build the kernel using old style, i.e. $ cd /sys/config $ s=`git rev-parse --short HEAD` $ config -rd /usr/obj/KERNEL.$s MYCFG $ cd /usr/obj/KERNEL.$s $ make -s depend && make -sj4 so I always had to avoid -j on `make depend', like above. ---------------------------------------- Bug #2279: make -j 3 buildkernel fails on UP http://bugs.dragonflybsd.org/issues/2279 Author: Thomas Nikolajsen Status: Closed Priority: Normal Assignee: Category: Target version: Using fresh master (January 17th 2012) make -j 3 buildkernel fails on UP system. (quickkernel succeds here) Make -j 10 buildkernel succeeds on 8 core system. - ===> dev/disk/aic7xxx/ahc/ahc_pci ( cd ... ; make aic7xxx_reg.h ) make: don't know how to make aic7xxx_reg.h. Stop -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
