* git build error: missing "udev-rules2"
@ 2008-10-21 10:10 Alan Jenkins
2008-10-21 10:53 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Alan Jenkins @ 2008-10-21 10:10 UTC (permalink / raw)
To: linux-hotplug
make[3]: *** No rule to make target `udev-rules2.o', needed by
`test-udev'. Stop.
make[3]: Leaving directory `/home/alan/Documents/bootup/src/udev/udev'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alan/Documents/bootup/src/udev/udev'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alan/Documents/bootup/src/udev'
make: *** [all] Error 2
------------------------------- udev/Makefile.am
-------------------------------
index c374942..faf68d6 100644
@@ -17,7 +17,7 @@ common_files = \
udev-sysdeps.h \
udev-event.c \
udev-node.c \
- udev-rules.c \
+ udev-rules2.c \
udev-util.c \
lib/libudev.h \
lib/libudev-private.h \
Maybe you renamed the file and forget to tell git?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git build error: missing "udev-rules2"
2008-10-21 10:10 git build error: missing "udev-rules2" Alan Jenkins
@ 2008-10-21 10:53 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2008-10-21 10:53 UTC (permalink / raw)
To: linux-hotplug
On Tue, Oct 21, 2008 at 12:10, Alan Jenkins <alan-jenkins@tuffmail.co.uk> wrote:
> make[3]: *** No rule to make target `udev-rules2.o', needed by
> `test-udev'. Stop.
> - udev-rules.c \
> + udev-rules2.c \
> Maybe you renamed the file and forget to tell git?
Oh, sorry. I'm currently rewriting the parser/rule matcher to works
with a token list, instead of an array of rules. I've reverted it back
to rules.c, until the new stuff is ready in the next days, and
rules2.c will replace rules.c
Thanks,
Kay
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-21 10:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 10:10 git build error: missing "udev-rules2" Alan Jenkins
2008-10-21 10:53 ` Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).