RE: Proposal for toolset modifications for LSB-Desktoprelease
"Wichmann, Mats D" <[email protected]> Wed, 4 Jan 2006 17:38:54 -0800
| Newsgroups | gmane.linux.lsb.test-suite |
|---|---|
| Message-ID | <A06801158AE07847B27A52C1A074BC1D09786E5F@fmsmsx404.amr.corp.intel.com> |
>> How will we handle lsb-buildenv? >Same way. Lsb-buildenv -T=desktop start will be command line >for desktop. So we will just add a new cmd line option. >Internally, we will need to play some tricks in copying >headers and stubs in /opt/lsb based on the target. This feels cumbersome, but let's ask a question: today, can an ordinary user start lsb-buildenv, or does that have to be the superuser? if the former, it feels reasonable to do sequences like: lsb-buildenv --target=desktop start ... build stuff lsb-buildenv stop but if the latter, I'd expect it to be a boot-time thing instead, and thus I wouldn't want the option to be a startup option, but rather a build-time option of some sort.