aboutsummaryrefslogtreecommitdiffstats
path: root/udev-lfs
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-09-27 02:59:53 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-09-27 02:59:53 +0000
commit669c307bb0d099b1bbab5c26e2488d9b196d9b65 (patch)
treeac4d34fc2e8d9c760ca8dee8d1fcf32e3d8513f1 /udev-lfs
parentf5976ac6b48ecc79d06126dbeb35d8e88174e678 (diff)
Updates for udev-lfs-192
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs')
-rw-r--r--udev-lfs/Makefile.lfs4
-rw-r--r--udev-lfs/cfg.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs
index 0c7a10f24..9015f52d9 100644
--- a/udev-lfs/Makefile.lfs
+++ b/udev-lfs/Makefile.lfs
@@ -4,7 +4,7 @@
# vim: tabstop=3
SHELL=/bin/bash
-VERSION=190
+VERSION=192
ifeq ($(V),)
VB = @
@@ -159,7 +159,7 @@ udev: common \
common: udev-lfs-$(VERSION)/cfg.h
@mkdir -p build
- cp udev-lfs-$(VERSION)/cfg.h .
+ sed -e 's/LFS-VERSION/$(VERSION)/' udev-lfs-$(VERSION)/cfg.h > ./cfg.h
build/%o: %c common
@echo CC $<
diff --git a/udev-lfs/cfg.h b/udev-lfs/cfg.h
index 695c90b53..824a9ed78 100644
--- a/udev-lfs/cfg.h
+++ b/udev-lfs/cfg.h
@@ -41,7 +41,7 @@
# define _GNU_SOURCE 1
/* Version number of package */
-#define VERSION "190"
+#define VERSION "LFS-VERSION"
#define HAVE_DECL_PIVOT_ROOT 0
#define HAVE_DECL_GETTID 0