Skip to content

Commit 69d9944

Browse files
author
David Gao
committed
Merge pull request #97 from slhfyj93/master
10056
2 parents f68e442 + af9551d commit 69d9944

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

chapter01/changelog.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
</listitem>
3333
-->
3434

35+
<listitem>
36+
<para>2012-13-03</para>
37+
<itemizedlist>
38+
<listitem>
39+
<para>[bdubbs] - 修复 systemd-196/udev-lfs-196 的 makefile 中的编制问题。</para>
40+
</listitem>
41+
</itemizedlist>
42+
</listitem>
43+
3544
<listitem>
3645
<para>2012-11-28</para>
3746
<itemizedlist>

general.ent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!ENTITY version "SVN-20121128">
2-
<!ENTITY releasedate "2012 年 1128 日">
1+
<!ENTITY version "SVN-20121203">
2+
<!ENTITY releasedate "2012 年 123 日">
33
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
44
<!ENTITY milestone "7.3">
55
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

packages.ent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@
540540
<!ENTITY tzdata-ch6-du "6.4 MB">
541541
<!ENTITY tzdata-ch6-sbu "少于 0.1 SBU">
542542

543-
<!ENTITY udev-lfs "udev-lfs-&systemd-version;-2">
543+
<!ENTITY udev-lfs "udev-lfs-&systemd-version;-3">
544544
<!ENTITY udev-lfs-size "20 KB">
545545
<!ENTITY udev-lfs-url "&anduin-other;&udev-lfs;.tar.bz2">
546-
<!ENTITY udev-lfs-md5 "4021f31350f409a458e6f421041c62e4">
546+
<!ENTITY udev-lfs-md5 "0dbcb1731ee2b74b34ab4f1a65e66c30">
547547
<!ENTITY udev-lfs-home " ">
548548

549549
<!ENTITY util-linux-version "2.22.1">

udev-lfs/Makefile.lfs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# vim: tabstop=3
55

66
SHELL=/bin/bash
7-
VERSION=196
7+
SYSTEMD_VERSION=196
8+
VERSION=196-3
89

910
ifeq ($(V),)
1011
VB = @
@@ -137,7 +138,7 @@ VPATH = src/login src/udev src/udev/accelerometer \
137138
src/libudev src/libsystemd-daemon
138139

139140
SED_PROCESS = \
140-
sed -e 's|@VERSION@|$(VERSION)|g' \
141+
sed -e 's|@VERSION@|$(SYSTEMD_VERSION)|g' \
141142
-e 's|@prefix@|/usr|g' \
142143
-e 's|@exec_prefix@|/usr|g' \
143144
-e 's|@udevlibexecdir@|/lib/udev|g' \
@@ -162,7 +163,7 @@ udev: common \
162163
build/libudev.pc
163164

164165
cfg.h: udev-lfs-$(VERSION)/cfg.h
165-
sed -e 's/LFS-VERSION/$(VERSION)/' udev-lfs-$(VERSION)/cfg.h > ./cfg.h
166+
sed -e 's/LFS-VERSION/$(SYSTEMD_VERSION)/' udev-lfs-$(VERSION)/cfg.h > ./cfg.h
166167
@mkdir -p build
167168

168169
common: cfg.h

0 commit comments

Comments
 (0)