All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] should "make distclean" remove "tools/env/embedded.c"?
@ 2019-04-08 10:15 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2019-04-08 10:15 UTC (permalink / raw)
  To: u-boot


  was verifying that "make distclean" really removed all generated
artifacts of a build and, after building and distcleaning, while "git
status" showed no remaining untracked content, there was this:

$ git status --ignored
On branch master
Your branch is up to date with 'origin/master'.

Ignored files:
  (use "git add -f <file>..." to include in what will be committed)

	tools/env/embedded.c

nothing to commit, working tree clean
$

  so while that file is clearly produced by a build, and it is
referenced in a very short tools/env/.gitignore file:

  embedded.c
  fw_printenv
  fw_printenv_unstripped

it is obviously not removed by "make distclean". is this deliberate?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-08 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-08 10:15 [U-Boot] should "make distclean" remove "tools/env/embedded.c"? Robert P. J. Day

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.