All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] under tools/, need couple more cleanings and .gitignore entries
@ 2017-03-15  8:33 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2017-03-15  8:33 UTC (permalink / raw)
  To: u-boot


  this cleanup should be part of a single patch, but since i'm not
confident i can do it properly, i will simply explain.

  before configure and build:

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
$

  next:

$ make sandbox_defconfig
$ make cross_tools
...
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	tools/_libfdt.so
	tools/libfdt.py
	tools/libfdt_wrap.c

nothing added to commit but untracked files present (use "git add" to track)
$

  then after doing a real cleaning:

$ make distclean
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	tools/libfdt.py
	tools/libfdt_wrap.c

nothing added to commit but untracked files present (use "git add" to track)
$

  all this suggests a more thorough cleaning, and some entries added
to tools/.gitignore, which i will leave to someone higher up the food
chain.

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:[~2017-03-15  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15  8:33 [U-Boot] under tools/, need couple more cleanings and .gitignore entries 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.