From: Ethan Benson Date: Sun, 31 Mar 2002 05:21:42 +0000 (+0000) Subject: Remove more arch crap in clean target X-Git-Tag: yaboot-1.3.13~56 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=1e9f6b68e9b33d32926f9ca49c89ebccc4d11f5b;ds=sidebyside Remove more arch crap in clean target * Remove ,,* in clean target, this is more crap arch leaves laying around. git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-19 --- diff --git a/ChangeLog b/ChangeLog index d864063..eb66414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,19 @@ # 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: diff --git a/Makefile b/Makefile index 7edde32..cfe7944 100644 --- a/Makefile +++ b/Makefile @@ -152,6 +152,7 @@ clean: find . -not -path './\{arch\}*' -name '.#*' | xargs rm -f find . -not -path './\{arch\}*' -name '*~' | xargs rm -f find . -not -path './\{arch\}*' -name '*.swp' | xargs rm -f + find . -not -path './\{arch\}*' -name ',,*' | xargs rm -rf -gunzip man/*.gz rm -rf man.deb