mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] aicasm db3 fiasco
@ 2001-03-10  0:01 Nathan Dabney
  2001-03-10  0:26 ` FAVRE Gregoire
  2001-03-10  1:42 ` Peter Blomgren
  0 siblings, 2 replies; 6+ messages in thread
From: Nathan Dabney @ 2001-03-10  0:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan, greg

Debian does not use db3 at all, yet.

Applies against 2.4.2-ac17

-Nathan

diff -urN linux.orig/drivers/scsi/aic7xxx/aicasm/Makefile linux/drivers/scsi/aic7xxx/aicasm/Makefile
--- linux.orig/drivers/scsi/aic7xxx/aicasm/Makefile	Fri Mar  9 15:38:13 2001
+++ linux/drivers/scsi/aic7xxx/aicasm/Makefile	Fri Mar  9 15:52:27 2001
@@ -28,10 +28,12 @@
 aicdb.h:
 	if [ -e "/usr/include/db3/db_185.h" ]; then		\
 		echo "#include <db3/db_185.h>" > aicdb.h;	\
+	elif [ -e "/usr/include/db2/db_185.h" ]; then		\
+		echo "#include <db2/db_185.h>" > aicdb.h;	\
 	elif [ -e "/usr/include/db/db_185.h" ]; then		\
 		echo "#include <db/db_185.h>" >aicdb.h	;	\
 	else							\
-		echo "*** Install db3 development libraries";	\
+		echo "*** Install db development libraries";	\
 	fi
 
 clean:

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-03-10 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-10  0:01 [PATCH] aicasm db3 fiasco Nathan Dabney
2001-03-10  0:26 ` FAVRE Gregoire
2001-03-10  0:34   ` FAVRE Gregoire
2001-03-10 15:16   ` Chmouel Boudjnah
2001-03-10 17:00     ` FAVRE Gregoire
2001-03-10  1:42 ` Peter Blomgren

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®