[U-Boot] should "make distclean" remove "tools/env/embedded.c"?

8 Apr
2019
8 Apr
'19
12:15 p.m.
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
========================================================================
2226
Age (days ago)
2226
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert P. J. Day