[U-Boot] should "make distclean" remove "tools/env/embedded.c"?
Robert P. J. Day
rpjday at crashcourse.ca
Mon Apr 8 10:15:49 UTC 2019
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
========================================================================
More information about the U-Boot
mailing list