* [TRIVIAL PATCH] 2.4 make dep and hisax/Makefile md5sum warning fix
@ 2004-01-27 21:13 Krzysztof Halasa
0 siblings, 0 replies; only message in thread
From: Krzysztof Halasa @ 2004-01-27 21:13 UTC (permalink / raw)
To: marcelo.tosatti; +Cc: lkml, kkeil, kai.germaschewski, isdn4linux
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-01-27 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-27 21:13 [TRIVIAL PATCH] 2.4 make dep and hisax/Makefile md5sum warning fix Krzysztof Halasa
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.