File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 32
32
</listitem>
33
33
-->
34
34
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
+
35
44
<listitem >
36
45
<para >2012-11-28</para >
37
46
<itemizedlist >
Original file line number Diff line number Diff line change 1
- <!ENTITY version "SVN-20121128 ">
2
- <!ENTITY releasedate "2012 年 11 月 28 日">
1
+ <!ENTITY version "SVN-20121203 ">
2
+ <!ENTITY releasedate "2012 年 12 月 3 日">
3
3
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
4
4
<!ENTITY milestone "7.3">
5
5
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Original file line number Diff line number Diff line change 540
540
<!ENTITY tzdata-ch6-du "6.4 MB">
541
541
<!ENTITY tzdata-ch6-sbu "少于 0.1 SBU">
542
542
543
- <!ENTITY udev-lfs "udev-lfs-&systemd-version; -2 ">
543
+ <!ENTITY udev-lfs "udev-lfs-&systemd-version; -3 ">
544
544
<!ENTITY udev-lfs-size "20 KB">
545
545
<!ENTITY udev-lfs-url "&anduin-other;&udev-lfs; .tar.bz2">
546
- <!ENTITY udev-lfs-md5 "4021f31350f409a458e6f421041c62e4 ">
546
+ <!ENTITY udev-lfs-md5 "0dbcb1731ee2b74b34ab4f1a65e66c30 ">
547
547
<!ENTITY udev-lfs-home " ">
548
548
549
549
<!ENTITY util-linux-version "2.22.1">
Original file line number Diff line number Diff line change 4
4
# vim: tabstop=3
5
5
6
6
SHELL=/bin/bash
7
- VERSION=196
7
+ SYSTEMD_VERSION=196
8
+ VERSION=196-3
8
9
9
10
ifeq ($(V),)
10
11
VB = @
@@ -137,7 +138,7 @@ VPATH = src/login src/udev src/udev/accelerometer \
137
138
src/libudev src/libsystemd-daemon
138
139
139
140
SED_PROCESS = \
140
- sed -e 's|@VERSION@|$(VERSION )|g' \
141
+ sed -e 's|@VERSION@|$(SYSTEMD_VERSION )|g' \
141
142
-e 's|@prefix@|/usr|g' \
142
143
-e 's|@exec_prefix@|/usr|g' \
143
144
-e 's|@udevlibexecdir@|/lib/udev|g' \
@@ -162,7 +163,7 @@ udev: common \
162
163
build/libudev.pc
163
164
164
165
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
166
167
@mkdir -p build
167
168
168
169
common: cfg.h
You can’t perform that action at this time.
0 commit comments