Re: sys/conf/DEFAULT[S]
From: Bruce Evans (bde_at_zeta.org.au)
Date: 10/08/03
- Previous message: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- In reply to: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- Next in thread: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- Reply: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 9 Oct 2003 01:52:14 +1000 (EST) To: "Adam C. Migus" <adam@migus.org>
On Wed, 8 Oct 2003, Adam C. Migus wrote:
> Bruce Evans said:
> > Stefan's version requires SEMICOLON:
> > % + INCLUDE ID SEMICOLON
> > % + = { include($2, 0); };
> > % + |
> > ...
> > I lost your examples showing that this doesn't quite work. What is
> > the
> > problem with it?
> ...
> WRT Stefan's solution, simply nest two includes on the first line,
> like so:
>
> head -1 KERNEL
> include SUB1
>
> head -1 SUB1
> include SUB2
>
> This will cause config to fail in the same manner it did before,
> with his patch.
Er, but this works for me. I test with SUB2 having the following:
1) include GENERIC
2) same contents as GENERIC
3) same contents as GENERIC except for no comment lines at beginning.
Bruce
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- In reply to: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- Next in thread: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- Reply: Adam C. Migus: "Re: sys/conf/DEFAULT[S]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]