X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=b8b02c77a7b0fc98923ad68d3941b280b27d8b66;hp=62dc58a5e3049754b0d58fa1c0d8ae96ad0a6462;hb=63162c5eb23b6ba4a00b4b4e18ffbcdba52b1e2e;hpb=da7857367944c983abf98f956241dcc614b2f453 diff --git a/Makefile b/Makefile index 62dc58a..b8b02c7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.5pre1 +VERSION = 1.3.5pre2 # Debug mode (spam/verbose) DEBUG = 0 # make install vars @@ -144,6 +144,7 @@ clean: find . -name '#*' | xargs rm -f find . -name '.#*' | xargs rm -f find . -name '*~' | xargs rm -f + find . -name '*.swp' | xargs rm -f -gunzip man/*.gz rm -rf man.deb chmod 755 ybin/ybin ybin/ofpath ybin/yabootconfig