Author: bdubbs
Date: 2012-12-03 14:47:59 -0700 (Mon, 03 Dec 2012)
New Revision: 10055
Modified:
trunk/BOOK/udev-lfs/Makefile.lfs
Log:
Get udev-lfs Makefile to use different systemd and
udev-lfs versions
Modified: trunk/BOOK/udev-lfs/Makefile.lfs
===================================================================
--- trunk/BOOK/udev-lfs/Makefile.lfs 2012-11-29 03:11:06 UTC (rev 10054)
+++ trunk/BOOK/udev-lfs/Makefile.lfs 2012-12-03 21:47:59 UTC (rev 10055)
@@ -4,7 +4,8 @@
# vim: tabstop=3
SHELL=/bin/bash
-VERSION=196
+SYSTEMD_VERSION=196
+VERSION=196-3
ifeq ($(V),)
VB = @
@@ -137,7 +138,7 @@
src/libudev src/libsystemd-daemon
SED_PROCESS = \
- sed -e 's|@VERSION@|$(VERSION)|g' \
+ sed -e 's|@VERSION@|$(SYSTEMD_VERSION)|g' \
-e 's|@prefix@|/usr|g' \
-e 's|@exec_prefix@|/usr|g' \
-e 's|@udevlibexecdir@|/lib/udev|g' \
@@ -162,7 +163,7 @@
build/libudev.pc
cfg.h: udev-lfs-$(VERSION)/cfg.h
- sed -e 's/LFS-VERSION/$(VERSION)/' udev-lfs-$(VERSION)/cfg.h > ./cfg.h
+ sed -e 's/LFS-VERSION/$(SYSTEMD_VERSION)/' udev-lfs-$(VERSION)/cfg.h >
./cfg.h
@mkdir -p build
common: cfg.h
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page