X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ChangeLog;h=eb66414a20815bec29f60a391af09cadd50c5f43;hp=13b373560454f04db3c220d5b1c840baad76142b;hb=1e9f6b68e9b33d32926f9ca49c89ebccc4d11f5b;hpb=1237a9cea4d8a7c25d422410ef338901582ad45e;ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 13b3735..eb66414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,56 @@ # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3 # +2002-03-31 05:21:42 GMT Ethan Benson patch-19 + + Summary: + Remove more arch crap in clean target + Revision: + yaboot--devel--1.3--patch-19 + + * Remove ,,* in clean target, this is more crap arch leaves laying around. + + modified files: + ChangeLog Makefile + + +2002-03-31 05:11:46 GMT Ethan Benson patch-18 + + Summary: + Fix make clean from previous patch + Revision: + yaboot--devel--1.3--patch-18 + + find man page is on crack. Fix find calls my way which appears to work correctly. + + modified files: + ChangeLog Makefile + + +2002-03-31 05:00:26 GMT Ethan Benson patch-17 + + Summary: + Update clean targets + Revision: + yaboot--devel--1.3--patch-17 + + * 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. + + modified files: + ChangeLog Makefile + + 2002-03-27 14:10:34 GMT Ethan Benson patch-16 Summary: