X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=deblob-2.6.21;h=ba6c59c2b7c72f1bfadb6988719f67a3f23ea441;hb=c0666f589eded2565c1324e02d6ab489755eff3c;hp=9ef208eb4298153305bbc1f4829e24689ead30b0;hpb=87434a1ce798eb427517c1c38a5f45f8f4a80e9c;p=releases.git diff --git a/deblob-2.6.21 b/deblob-2.6.21 index 9ef208eb4298..ba6c59c2b7c7 100755 --- a/deblob-2.6.21 +++ b/deblob-2.6.21 @@ -44,9 +44,9 @@ # 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.21 extra= +kver=2.6.21 extra=0++ -if unifdef /dev/null; then :; else +if unifdef -Utest /dev/null; then :; else echo unifdef is required >&2 exit 1 fi @@ -122,7 +122,7 @@ function clean_mk { function clean_ifdef { #$1 = filename $2 = macro to -U echo unifdefing $1 with -U$2 - unifdef $1 -U$2 > $1.deblob + unifdef -U$2 $1 > $1.deblob check_changed $1 }