All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Shivani Bhardwaj <shivanib134@gmail.com>
Cc: outreachy-kernel <outreachy-kernel@googlegroups.com>
Subject: Re: [Outreachy kernel] [PATCH] Staging: board: Fixed the error for implicit declaration of function
Date: Tue, 6 Oct 2015 10:31:24 +0530	[thread overview]
Message-ID: <20151006050124.GE4745@sudip-pc> (raw)
In-Reply-To: <c6724038-bdcb-4813-b49b-22b9d8f5af2b@googlegroups.com>

On Mon, Oct 05, 2015 at 09:43:52PM -0700, Shivani Bhardwaj wrote:
> 
> Done. Seems like those folders didn't have much to compile, only one file 
> whose dependencies were compiled.

Top posting.. :(

It will not recompile if the .o files are already there and .c files
have not been modified. So if you want to recompile all files do make clean
or much better make distclean. make distclean will clean everything even
your .config file also. But usually when I am working or checking patches
for staging I will just do make clean M=drivers/staging , so it will just
clean staging and now when you make again it will compile all files in
staging which are in your .config.
With sparse if you use C=2 then it will recompile even .o files are
there, but with C=1 the default behaviour of not compiling will take
effect.

regard
sudip


  parent reply	other threads:[~2015-10-06  5:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02  4:06 [PATCH] Staging: board: Fixed the error for implicit declaration of function Shivani Bhardwaj
2015-10-02  8:00 ` [Outreachy kernel] " Julia Lawall
2015-10-02  8:09   ` Shivani Bhardwaj
2015-10-02  9:09     ` Julia Lawall
2015-10-02 10:28     ` Sudip Mukherjee
2015-10-02 11:50       ` Shivani Bhardwaj
2015-10-02 12:01       ` Shivani Bhardwaj
2015-10-02 12:14         ` Sudip Mukherjee
2015-10-02 12:59         ` Sudip Mukherjee
2015-10-04 10:19           ` Shivani Bhardwaj
2015-10-04 12:59             ` Julia Lawall
2015-10-06  4:08               ` Shivani Bhardwaj
2015-10-06  4:43                 ` Shivani Bhardwaj
2015-10-06  4:53                   ` Vaishali Thakkar
2015-10-06  5:00                   ` Julia Lawall
2015-10-06  5:09                     ` Sudip Mukherjee
2015-10-07  0:47                       ` Shivani Bhardwaj
2015-10-06  5:01                   ` Sudip Mukherjee [this message]
2015-10-02 10:00 ` Shivani Bhardwaj
2015-10-02 11:19   ` [Outreachy kernel] " Julia Lawall
2015-10-02 11:57     ` Shivani Bhardwaj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151006050124.GE4745@sudip-pc \
    --to=sudipm.mukherjee@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=shivanib134@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.