From: Krzysztof Halasa <khc@pm.waw.pl>
To: marcelo.tosatti@cyclades.com
Cc: lkml <linux-kernel@vger.kernel.org>,
kkeil@suse.de, kai.germaschewski@gmx.de,
isdn4linux@listserv.isdn4linux.de
Subject: [TRIVIAL PATCH] 2.4 make dep and hisax/Makefile md5sum warning fix
Date: Tue, 27 Jan 2004 22:13:19 +0100 [thread overview]
Message-ID: <m3y8rtccy8.fsf@defiant.pm.waw.pl> (raw)
[-- Attachment #1: Type: text/plain, Size: 336 bytes --]
Hi,
The following patch suppresses the "md5sum: WARNING: 1 of 13 computed
checksums did NOT match" warning from make dep.
The "md5sum -c" status is still used by the drivers (some certification
requirement for ISDN equipment in Germany).
Unless they are objections please apply to 2.4 kernel tree. Thanks.
--
Krzysztof Halasa, B*FH
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: hisax-md5sum-2.4.25pre7.patch --]
[-- Type: text/x-patch, Size: 512 bytes --]
--- linux-2.4.orig/drivers/isdn/hisax/Makefile 2003-06-13 16:51:34.000000000 +0200
+++ linux-2.4/drivers/isdn/hisax/Makefile 2004-01-27 22:05:31.000000000 +0100
@@ -66,7 +66,7 @@
obj-$(CONFIG_HISAX_FRITZ_PCIPNP) += hisax_isac.o hisax_fcpcipnp.o
obj-$(CONFIG_USB_AUERISDN) += isdnhdlc.o
-CERT := $(shell md5sum -c md5sums.asc >> /dev/null;echo $$?)
+CERT := $(shell md5sum --status -c md5sums.asc >> /dev/null;echo $$?)
CFLAGS_cert.o := -DCERTIFICATION=$(CERT)
include $(TOPDIR)/Rules.make
reply other threads:[~2004-01-27 22:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=m3y8rtccy8.fsf@defiant.pm.waw.pl \
--to=khc@pm.waw.pl \
--cc=isdn4linux@listserv.isdn4linux.de \
--cc=kai.germaschewski@gmx.de \
--cc=kkeil@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®