[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 2/3] dtc: add submodule
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH v2 2/3] dtc: add submodule |
Date: |
Mon, 25 Feb 2013 14:24:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130216 Thunderbird/17.0.3 |
On 02/25/13 13:36, Alexander Graf wrote:
>
> On 25.02.2013, at 13:24, Gerd Hoffmann wrote:
>
>> Hi,
>>
>>>> diff --git a/dtc b/dtc
>>>> new file mode 160000
>>>> index 0000000..bc895d6
>>>> --- /dev/null
>>>> +++ b/dtc
>>>
>>> I still don't think that we should have compat submodules in the top level
>>> directory.
>>>
>>
>> Don't think this is a big issue. We have only two now. If the number
>> grows to 4-5 (which I don't expect happening) it's worth moving them
>> into a compat subdir to not clutter the toplevel dir too much.
>
> Would it be much work to do so now?
Certainly more than a five minute job, especially the build testing to
make sure you didn't forgot something which then breaks out-of-tree
builds / cross-builds / whatever.
Feel free to send patches if it bugs you too much.
cheers,
Gerd