mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Updates for udev-lfs-192
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f5976ac6b4
commit
669c307bb0
@ -4,7 +4,7 @@
|
|||||||
# vim: tabstop=3
|
# vim: tabstop=3
|
||||||
|
|
||||||
SHELL=/bin/bash
|
SHELL=/bin/bash
|
||||||
VERSION=190
|
VERSION=192
|
||||||
|
|
||||||
ifeq ($(V),)
|
ifeq ($(V),)
|
||||||
VB = @
|
VB = @
|
||||||
@ -159,7 +159,7 @@ udev: common \
|
|||||||
|
|
||||||
common: udev-lfs-$(VERSION)/cfg.h
|
common: udev-lfs-$(VERSION)/cfg.h
|
||||||
@mkdir -p build
|
@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
|
build/%o: %c common
|
||||||
@echo CC $<
|
@echo CC $<
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
# define _GNU_SOURCE 1
|
# define _GNU_SOURCE 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "190"
|
#define VERSION "LFS-VERSION"
|
||||||
|
|
||||||
#define HAVE_DECL_PIVOT_ROOT 0
|
#define HAVE_DECL_PIVOT_ROOT 0
|
||||||
#define HAVE_DECL_GETTID 0
|
#define HAVE_DECL_GETTID 0
|
||||||
|
Loading…
Reference in New Issue
Block a user