[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking
From: |
Colin D Bennett |
Subject: |
Re: Linking |
Date: |
Fri, 25 Jul 2008 08:12:37 -0700 |
On Fri, 25 Jul 2008 07:33:41 -0700 (PDT)
Viswesh S <address@hidden> wrote:
> Suppose I am adding a new command,so should I create a new file for
> that command and modify only the command,rmk accordingly? All the
> other files get autogenerated by autogen.sh ? Is this sufficient ?
> Viswesh
Yes. Actually when you run 'make', the conf/*.mk files are regenerated
from the conf/*.rmk files if necessary, so you don't need to re-run
autogen.sh after changing .rmk files.
I was puzzled with the conf/* files at first too, and though I had to
change both, and after looking at the .mk files, I was saddened.
However, now that I know to change only the .rmk files, life is happy
and the build system is actually easy to work with.
Regards,
Colin
> ----- Original Message ----
> From: Colin D Bennett <address@hidden>
> To: address@hidden
> Sent: Friday, 25 July, 2008 7:31:28 PM
> Subject: Re: Linking
>
> On Fri, 25 Jul 2008 03:22:57 -0700 (PDT)
> Viswesh S <address@hidden> wrote:
>
> > The reason for hello to be put in a directory because it is a module
> > and not a simple command.Understood myself
>
> Actually, no. Every C source file in the 'commands' directory is
> currently a module itself.
>
> I think the reason that 'hello.mod' is separated out is to make it
> easier to see that there is only one source file as part of
> 'hello.mod'.
>
> Regards,
> Colin
>
>
> > ----- Original Message ----
> > From: Viswesh S <address@hidden>
> > To: The development of GRUB 2 <address@hidden>
> > Sent: Friday, 25 July, 2008 3:44:48 PM
> > Subject: Re: Linking
> >
> >
> > Hi,
> >
> > So if I add a module or add a new command,which are the files which
> > I should modify in general and which all gets generated
> > automatically. Is this somewhere documented ?
> >
> > Why is it that hello command is put in a separate directory, while
> > lspci is put inside the commands directory.
> > Is there a specific reason for this.
> >
> >
> > Viswesh
> >
> >
> >
> > ----- Original Message ----
> > From: Pavel Roskin <address@hidden>
> > To: address@hidden
> > Sent: Friday, 25 July, 2008 11:59:21 AM
> > Subject: Re: Linking
> >
> > Quoting Viswesh S <address@hidden>:
> >
> > > Hi Pavel,
> > > Could you please attach the modified file ?
> > > Viswesh
> >
> > No, I'm just giving you an idea what you may be doing wrong.
> >
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>
>
> Share files, take polls, and make new friends - all under one
> roof. Go to http://in.promos.yahoo.com/groups/
- Re: Remove conf/*.mk from svn, (continued)
Re: Remove conf/*.mk from svn (was: Re: Linking), Robert Millan, 2008/07/25
Re: Linking, Viswesh S, 2008/07/25
Re: Linking, Viswesh S, 2008/07/25
Re: Linking, Viswesh S, 2008/07/25
Re: Linking, Viswesh S, 2008/07/25
- Re: Linking,
Colin D Bennett <=