* [udev] trivial make fixes
@ 2003-12-20 1:15 Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2003-12-20 1:15 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 102 bytes --]
One patch to let bk ignore the created udev.conf.
The second to depend on the .h files.
thanks,
Kay
[-- Attachment #2: 01-ignore-created-conf.diff --]
[-- Type: text/plain, Size: 200 bytes --]
--- ../udev/BitKeeper/etc/ignore 2003-11-19 03:51:35.000000000 +0100
+++ BitKeeper/etc/ignore 2003-12-20 00:46:57.000000000 +0100
@@ -3,6 +3,7 @@
*.o
udev
udev_version.h
+udev.conf
*.d
*.a
*.so
[-- Attachment #3: 02-depend-on-header-files.diff --]
[-- Type: text/plain, Size: 313 bytes --]
diff -Nru a/Makefile b/Makefile
--- a/Makefile Sat Dec 20 01:16:36 2003
+++ b/Makefile Sat Dec 20 01:16:36 2003
@@ -214,7 +214,7 @@
$(OBJS): $(GEN_HEADERS)
-$(ROOT): $(OBJS)
+$(ROOT): $(OBJS) udev.h namedev.h
$(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
$(STRIPCMD) $(ROOT)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [udev] trivial make fixes
@ 2003-12-22 19:14 Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-12-22 19:14 UTC (permalink / raw)
To: linux-hotplug
On Sat, Dec 20, 2003 at 02:15:22AM +0100, Kay Sievers wrote:
>
> One patch to let bk ignore the created udev.conf.
> The second to depend on the .h files.
Applied, thanks.
greg k-h
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-22 19:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-22 19:14 [udev] trivial make fixes Greg KH
-- strict thread matches above, loose matches on Subject: below --
2003-12-20 1:15 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).