mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-31 17:17:43 +03:00
[PATCH] crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess.
This commit is contained in:
parent
139087e844
commit
31a6e02871
8
Makefile
8
Makefile
@ -262,14 +262,14 @@ udev_version.h:
|
||||
@echo \#define UDEVD_BIN \"$(DESTDIR)$(sbindir)/udevd\" >> $@
|
||||
|
||||
# Rules on how to create the generated config files
|
||||
$(LOCAL_CFG_DIR)/udev.conf: $(HOST_PROGS)
|
||||
$(QUIET) sed -e "s:@udevdir@:$(udevdir):" -e "s:@configdir@:$(configdir):" < $(LOCAL_CFG_DIR)/udev.conf.in > $@
|
||||
$(LOCAL_CFG_DIR)/udev.conf:
|
||||
sed -e "s:@udevdir@:$(udevdir):" -e "s:@configdir@:$(configdir):" < $(LOCAL_CFG_DIR)/udev.conf.in > $@
|
||||
|
||||
GEN_MANPAGES = udev.8
|
||||
GEN_MANPAGESIN = udev.8.in
|
||||
# Rules on how to create the man pages
|
||||
$(GEN_MANPAGES): $(GEN_MANPAGESIN) $(HOST_PROGS)
|
||||
$(QUIET) sed -e "s:@udevdir@:$(udevdir):" < $@.in > $@
|
||||
$(GEN_MANPAGES): $(GEN_MANPAGESIN)
|
||||
sed -e "s:@udevdir@:$(udevdir):" < $@.in > $@
|
||||
|
||||
$(OBJS): $(GEN_HEADERS) $(HOST_PROGS)
|
||||
$(ROOT).o: $(GEN_HEADERS) $(HOST_PROGS)
|
||||
|
Loading…
Reference in New Issue
Block a user