Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 02:04:27 +0300
From:      Roman Kurakin <rik@cronyx.ru>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        hackers@FreeBSD.org
Subject:   Re: make install (kernel) without /modules dir
Message-ID:  <405241FB.10008@cronyx.ru>
References:  <4051BE3B.2090500@cronyx.ru> <20040312142538.GA1537@ip.net.ua> <4051D266.7010403@cronyx.ru> <20040312152213.GB2235@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov wrote:

>On Fri, Mar 12, 2004 at 06:08:22PM +0300, Roman Kurakin wrote:
>[...]
>  
>
>>If our install was like linux one which have -D flag, we could solve our 
>>problem
>>by setting it globaly to install in sys.mk:
>>
>>-INSTALL         ?=      install -D
>>+INSTALL         ?=      install -D
>>
>>This flag dictates to create all necessary dirs if needed.
>>It would be nice to have such option, not -D of course.
>>
>>    
>>
>$ install file foo/bar
>
>Should it install "file" as "foo/bar" or should it create the
>"foo/bar" directory and install it as "foo/bar/file"?  ;)
>
two variants
1. cp style (you can write foo/bar or foo/bar/ to get what you want)
2. linux's install -D style: foo - dirname, bar filename

>
>
>Cheers,
>  
>







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?405241FB.10008>