mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Fixed broken line continuation in the previous revision. Config apparently
has buggy backslash-newline handling. Avoid it by using whitespace before backslash-newline.
This commit is contained in:
parent
0617e8fdf6
commit
54c4d30615
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23941
@ -1,11 +1,11 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.154 1997/03/10 17:55:49 markm Exp $
|
||||
# $Id: files.i386,v 1.155 1997/03/16 07:09:01 gibbs 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 BINDIR=${.CURDIR} all install" \
|
||||
no-obj no-implicit-rule \
|
||||
clean "aic7xxx_asm"
|
||||
#
|
||||
|
@ -1,11 +1,11 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.154 1997/03/10 17:55:49 markm Exp $
|
||||
# $Id: files.i386,v 1.155 1997/03/16 07:09:01 gibbs 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 BINDIR=${.CURDIR} all install" \
|
||||
no-obj no-implicit-rule \
|
||||
clean "aic7xxx_asm"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user