X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-2.6.25;h=968bf5efcb18e79611d7e7bfb1696a7c2757d821;hb=8ae20cc5f82e1b9f6bfb201759c4808894d38bd0;hp=2f3457d57043799b7f2d70ca49e77f3469e1d774;hpb=c9e4fc5b78dbb880bcc4df3f4f65f1d9157891b6;p=releases.git diff --git a/deblob-2.6.25 b/deblob-2.6.25 index 2f3457d57043..968bf5efcb18 100755 --- a/deblob-2.6.25 +++ b/deblob-2.6.25 @@ -40,7 +40,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.25 extra= +kver=2.6.25 extra=1 sed -i "s,^EXTRAVERSION.*,EXTRAVERSION = -libre$extra," Makefile @@ -66,6 +66,7 @@ function clean_blob { set fnord "$@" -d shift 2 $check "$@" $name > $name.deblob + cmp $name.deblob $name || exit 1 mv $name.deblob $name else clean_file $1 @@ -88,6 +89,7 @@ function clean_mk { function clean_ifdef { #$1 = filename $2 = macro to -U unifdef $1 -U$2 > $1.deblob + cmp $name.deblob $name || exit 1 mv $1.deblob $1 }