From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Sat, 20 Dec 2003 01:15:22 +0000 Subject: [udev] trivial make fixes MIME-Version: 1 Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1" Message-Id: List-Id: To: linux-hotplug@vger.kernel.org --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline One patch to let bk ignore the created udev.conf. The second to depend on the .h files. thanks, Kay --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="01-ignore-created-conf.diff" --- ../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 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="02-depend-on-header-files.diff" 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) --n8g4imXOkfNTN/H1-- ------------------------------------------------------- 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=1278&alloc_id=3371&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