On Sun, Jul 02, 2000 at 01:31:28PM -0600, Warner Losh wrote: > : cd blah is currently > : cd ../../compile/${KERNNAME} > : it becomes > : cd /usr/obj/`pwd`/${KERNNAME} > > My take on this is that it would make it slightly harder to develop > kernel stuff in the tree. I don't like that prospect, and I think I agree that it is nicer to make the created headers, Makefile, etc. into /sys/compile/ , BUT it would be better to put the .o's in /usr/obj/ to seperate the generated binary from the [generated] source. -- -- David ([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: /sys hierarchy Louis A. Mamakos
- Re: /sys hierarchy Garrett Wollman
- Re: /sys hierarchy John Baldwin
- Re: /sys hierarchy Wilko Bulte
- Re: /sys hierarchy John Baldwin
- Re: /sys hierarchy Chris Costello
- Re: /sys hierarchy Rodney W. Grimes
- Re: /sys hierarchy Chris Costello
- Re: /sys hierarchy Rodney W. Grimes
- Re: /sys hierarchy Warner Losh
- Re: /sys hierarchy David O'Brien
- Re: /sys hierarchy Warner Losh
- Re: /sys hierarchy Richard Wackerbarth
- Re: /sys hierarchy Doug Barton
- Re: /sys hierarchy Bruce Evans
- Re: /sys hierarchy Wilko Bulte
- Re: /sys hierarchy David O'Brien
- Re: /sys hierarchy Daniel C. Sobral
- Re: /sys hierarchy Rodney W. Grimes
- Re: /sys hierarchy David O'Brien
- Re: /sys hierarchy Marcel Moolenaar