aboutsummaryrefslogtreecommitdiffstats
path: root/udev-lfs
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-12-03 21:47:59 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-12-03 21:47:59 +0000
commit2c7d610b16e77d2b9c648f87ec925902aa159721 (patch)
tree649414ea80d145cd8c702e7ff8b8f63e71e3bf50 /udev-lfs
parentb7da138fa244c2d09b04ff95c369decba0c4a726 (diff)
Get udev-lfs Makefile to use different systemd and
udev-lfs versions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs')
-rw-r--r--udev-lfs/Makefile.lfs7
1 files changed, 4 insertions, 3 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs
index 76b3470df..64e17b3f1 100644
--- a/udev-lfs/Makefile.lfs
+++ b/udev-lfs/Makefile.lfs
@@ -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 @@ VPATH = src/login src/udev src/udev/accelerometer \
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 @@ udev: common \
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