[llvmlinux] make doesn't build after editing .c file

Salim Bansal salim.bansal at gmail.com
Tue Aug 20 20:08:39 UTC 2013


Thanks a lot Behan and Tinti.


On Tue, Aug 20, 2013 at 2:39 PM, Tinti <viniciustinti at gmail.com> wrote:

> Hi,
>
> There are several steps in the build system which you have a build and a
> clean. Hence you can do also
>
>  make kernel-clean
>  make kernel-build
>
> As you can do
>
>  make clang-clean
>  make clang-build
>
> Furthermore, TAB work quite well for me, so you can do "make <TAB><TAB>"
> and get a nice list of options.
>
> Regards,
> Tinti
>
>
> On Tue, Aug 20, 2013 at 3:19 PM, Behan Webster <behanw at converseincode.com>wrote:
>
>> On 08/20/13 13:56, Jan-Simon Möller wrote:
>>
>>> We have state-files in place.  Do:
>>>
>>> rm state/kernel-build ; make ....
>>>
>> Absolutely correct. Though alternatively you can do a:
>>
>>     make kernel-rebuild
>>
>> Which does the above for you. :)
>>
>> The state files are there to short-circuit the build process since we
>> build so much code in the build system.
>>
>> Behan
>>
>> --
>> Behan Webster
>> behanw at converseincode.com
>>
>>
>> ______________________________**_________________
>> LLVMLinux mailing list
>> LLVMLinux at lists.**linuxfoundation.org<LLVMLinux at lists.linuxfoundation.org>
>> https://lists.linuxfoundation.**org/mailman/listinfo/llvmlinux<https://lists.linuxfoundation.org/mailman/listinfo/llvmlinux>
>>
>
>
>
> --
> Simplicity is the ultimate sophistication
>
> _______________________________________________
> LLVMLinux mailing list
> LLVMLinux at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/llvmlinux
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/llvmlinux/attachments/20130820/028159ee/attachment.html>


More information about the LLVMLinux mailing list