-----Original Message-----
From: devel-boun...@lists.fedoraproject.org 
[mailto:devel-boun...@lists.fedoraproject.org] On Behalf Of Nico Kadel-Garcia
Sent: Tuesday, August 12, 2014 7:28 PM
To: Development discussions related to Fedora
Subject: Re: making custom kernels easier to build


> On Aug 12, 2014, at 8:04, "otto" <ottohalibur...@tx.rr.com> wrote:
> 
> 
> 
> -----Original Message-----
> From: devel-boun...@lists.fedoraproject.org 
> [mailto:devel-boun...@lists.fedoraproject.org] On Behalf Of Josh Boyer
> Sent: Tuesday, August 12, 2014 7:02 AM
> To: Development discussions related to Fedora
> Subject: Re: making custom kernels easier to build
> 
>> On Tue, Aug 12, 2014 at 4:29 AM, ottos <ottohalibur...@tx.rr.com> wrote:
>> Since this topic is here.  There is an error in Makefile when you do a make 
>> modules_install.  It attempts to delete a directory with a delete file 
>> command.  This occurs in two places.  If you are fixing fix this problem.
> 
> That doesn't explain much.  Why is that a problem?  Which two lines?
> It's clearly not erroring in when it is called or the build would fail.
> 
> Also, please don't top post.
> 
> Josh
> It does fail!!!!   Try it

This sort if failure occurs when someone does a "cp -r" or better yet, a "scp 
-r" to copy the build tree elsewhere and the directory symlink gets replicated 
as a directory, instead.

From long, harsh experience: do not try to decide, in a Makefile, whether a 
directory is a symlink and get cutesy about it. Use the "rm -r" hammer to make 
sure.
-- 

I agree with you.  The problem I stated occurs when building from the source 
and the makefile in the source should be modified to use -r.  That works and I 
am having to add it each time I build from the source.
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to