I've checked the current SVN version, too.
The latest svn revision is (I believe) 10016, which was commited yesterday.
There is still the missing dependency in udev-lfs/Makefile.lfs:
$ head -210 udev-lfs/Makefile.lfs | tail -5
build/udevadm: $(UDEV_ADMIN_OBJS)
@echo LINK $@
$(VB
Matthias Rüster wrote:
> Hello LFS editors,
>
> I just finished building lfs-7.2.
> Had a problem with udev-lfs though...
>
> I was not able to build udev (extracted from systemd) in parallel with
> make -j ...
It takes 10 seconds with -j1. It's also been fixed in the svn version.
-- Bruce
-
Hello LFS editors,
I just finished building lfs-7.2.
Had a problem with udev-lfs though...
I was not able to build udev (extracted from systemd) in parallel with
make -j ...
I am using a six core (AMD Phenom II X6) processor, so I wanted to build
udev with make -j 6, but it fails with follow