summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-04-03 05:57:16 +0000
committergibbs <gibbs@FreeBSD.org>1997-04-03 05:57:16 +0000
commit3217687a89b9357ea4ab7f26ba7a817ae0ff4a70 (patch)
treea8a7f0b8f16851e4efdfd34d6fc29e38c57caf66 /sys/conf
parentcdcc5e68eab586244ba62ce9475cb355f24e211f (diff)
downloadFreeBSD-src-3217687a89b9357ea4ab7f26ba7a817ae0ff4a70.zip
FreeBSD-src-3217687a89b9357ea4ab7f26ba7a817ae0ff4a70.tar.gz
make obj before building the aic7xxx assembler. This puts the object
files in the right place. The clean rule still isn't quite right since currently config doesn't allow the specification of arbitrary clean rules.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 23103b9..64970eb 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,18 +1,18 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.156 1997/03/16 17:25:53 bde Exp $
+# $Id: files.i386,v 1.157 1997/03/22 18:51:29 kato Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
- compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install" \
+ compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
no-obj no-implicit-rule \
clean "aic7xxx_asm"
#
aic7xxx_{seq,reg}.h optional ahc device-driver \
compile-with "./aic7xxx_asm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
no-obj no-implicit-rule before-depend \
- clean "aic7xxx_{seq,reg}.h" \
+ clean "aic7xxx_seq.h aic7xxx_reg.h" \
dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} aic7xxx_asm"
#
linux_genassym optional compat_linux \
OpenPOWER on IntegriCloud