From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert P. J. Day Date: Mon, 8 Apr 2019 06:15:49 -0400 (EDT) Subject: [U-Boot] should "make distclean" remove "tools/env/embedded.c"? Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 ..." 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 ========================================================================