From 632867629351f342cc9eb75feaccbaadb42bf450 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 18 Nov 1994 08:06:37 +0000 Subject: [PATCH] Totally gut this thing and just use a precompiled gnu/misc/aha274x_seq.c instead. The entire scheme just doesn't work as envisioned (hint: think about make depend as well as all). Those extremely rare individuals who actually hack on the sequencer code will know how to keep stuff in sync, I *do* get the feeling! --- sys/conf/files.i386 | 14 +++----------- sys/i386/conf/files.i386 | 14 +++----------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 0e75a78e83c..d6d0dfe81dc 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.59 1994/11/03 15:51:38 jkh Exp $ +# $Id: files.i386,v 1.60 1994/11/17 20:20:54 gibbs Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -46,16 +46,8 @@ i386/ibcs2/imgact_coff.c optional ibcs2 #i386/ibcs2/imgact_elf.c optional svr4 i386/isa/aha1542.c optional aha device-driver i386/isa/aha1742.c optional ahb device-driver -aic7770 optional ahc device-driver \ - compile-with "${CC} $> -o $@" \ - dependancy "$S/gnu/misc/aic7770/aic7770.c" \ - no-obj no-implicit-rule -aha274x_seq.h optional ahc device-driver \ - compile-with "${.CURDIR}/aic7770 -o $@ $>" \ - dependancy "$S/gnu/misc/aha274x.seq" \ - no-obj no-implicit-rule -i386/isa/aha2742.c optional ahc device-driver \ - dependancy "aha274x_seq.h aic7770" +gnu/misc/aha274x_seq.c optional ahc device-driver +i386/isa/aha2742.c optional ahc device-driver i386/isa/aic6360.c optional aic device-driver i386/isa/b004.c optional bqu device-driver i386/isa/bt742a.c optional bt device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 0e75a78e83c..d6d0dfe81dc 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.59 1994/11/03 15:51:38 jkh Exp $ +# $Id: files.i386,v 1.60 1994/11/17 20:20:54 gibbs Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -46,16 +46,8 @@ i386/ibcs2/imgact_coff.c optional ibcs2 #i386/ibcs2/imgact_elf.c optional svr4 i386/isa/aha1542.c optional aha device-driver i386/isa/aha1742.c optional ahb device-driver -aic7770 optional ahc device-driver \ - compile-with "${CC} $> -o $@" \ - dependancy "$S/gnu/misc/aic7770/aic7770.c" \ - no-obj no-implicit-rule -aha274x_seq.h optional ahc device-driver \ - compile-with "${.CURDIR}/aic7770 -o $@ $>" \ - dependancy "$S/gnu/misc/aha274x.seq" \ - no-obj no-implicit-rule -i386/isa/aha2742.c optional ahc device-driver \ - dependancy "aha274x_seq.h aic7770" +gnu/misc/aha274x_seq.c optional ahc device-driver +i386/isa/aha2742.c optional ahc device-driver i386/isa/aic6360.c optional aic device-driver i386/isa/b004.c optional bqu device-driver i386/isa/bt742a.c optional bt device-driver