diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-08 16:36:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-08 16:36:46 +0000 |
commit | 6bd5f1124176506262ea32a688c6ce295e8781ac (patch) | |
tree | aa975da41ffcb50b287df05ea4729f61168c0ceb /bootscripts/Makefile | |
parent | e4429b7173ab1343a0a20089db115fba66f49e0b (diff) |
Removed references to /lib/udev/devices.
Update to linux-3.15.4.
Removed systemd references in bootscripts.
Simlify lto instructions in chapter 6 gcc.
Update XML-Parser source location.
Update to eudev-1.9.
Update to kbd-2.0.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/Makefile')
-rw-r--r-- | bootscripts/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootscripts/Makefile b/bootscripts/Makefile index 275761c63..4686c6ff2 100644 --- a/bootscripts/Makefile +++ b/bootscripts/Makefile @@ -1,7 +1,6 @@ ETCDIR=${DESTDIR}/etc LIBDIR=${DESTDIR}/lib SERVICEDIR=${LIBDIR}/services -UNITDIR=${LIBDIR}/systemd/system MAN8=${DESTDIR}/usr/share/man/man8 SBIN=${DESTDIR}/sbin MODE=754 |