]> git.ozlabs.org Git - yaboot.git/commit
Update clean targets
authorEthan Benson <erbenson@alaska.net>
Sun, 31 Mar 2002 05:00:26 +0000 (05:00 +0000)
committerEthan Benson <erbenson@alaska.net>
Sun, 31 Mar 2002 05:00:26 +0000 (05:00 +0000)
commit3ce60078293dd1b2cdf46841fe41afd80913c698
tree06b7f8018c7668424faa0749234a0d94ca289845
parent1237a9cea4d8a7c25d422410ef338901582ad45e
Update clean targets

* Remove chmod calls from make clean, arch is supposed to keep track
  of permissions correctly so they shouldn't be needed now.

* Add '-path './{arch}' -prune -o ' to all the find calls so cleaning
  doesn't recurse into arch's revision control directories and possibly
  corrupt them.

* Add archclean target which removes all of arch's cruft so release
  tarballs won't be ridiculously bloated (arch keeps a complete
  duplicate copy of the source making the tarball twice the size it
  should be, no good for release tarballs).  If people want a `archable'
  tree they should just use arch to check one out.
git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-17
ChangeLog
Makefile