From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: [udev] trivial make fixes
Date: Sat, 20 Dec 2003 01:15:22 +0000 [thread overview]
Message-ID: <marc-linux-hotplug-107188300028055@msgid-missing> (raw)
[-- 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)
next reply other threads:[~2003-12-20 1:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-20 1:15 Kay Sievers [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-12-22 19:14 [udev] trivial make fixes Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-hotplug-107188300028055@msgid-missing \
--to=kay.sievers@vrfy.org \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.