Opened 13 years ago
Closed 13 years ago
#3300 closed task (fixed)
Systemd 198
| Reported by: | Armin | Owned by: | Matthew Burgess |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.4 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Change History (5)
comment:1 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Thanks, Bruce! Fixed in r10200.
comment:4 by , 13 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
The change is not in the svn udev-lfs svn directory.
udev-lfs-198-1.tar.bz2 is not on anduin
comment:5 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Makefile.lfs fixes committed in r10205, and tarball uploaded to Anduin. Thanks for keeping me right!
Note:
See TracTickets
for help on using tickets.

You may need this.
diff -Naur udev-lfs-197-2/Makefile.lfs udev-lfs-198-1/Makefile.lfs --- udev-lfs-197-2/Makefile.lfs 2013-01-11 12:34:05.000000000 -0600 +++ udev-lfs-198-1/Makefile.lfs 2013-03-12 17:49:02.000000000 -0500 @@ -4,8 +4,8 @@ # vim: tabstop=3 SHELL=/bin/bash -SYSTEMD_VERSION=197 -VERSION=197-2 +SYSTEMD_VERSION=198 +VERSION=198-1 ifeq ($(V),) VB = @ @@ -80,7 +80,9 @@ dev-setup.c \ sd-login.c \ sd-daemon.c \ - time-util.c + time-util.c \ + fileio.c \ + strxcpyx.c COMMON_OBJS := $(addprefix build/, $(COMMON_SRCS:.c=.o))