Check that deblobbed files have been modified.
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Sun, 18 May 2008 23:41:31 +0000 (23:41 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Sun, 18 May 2008 23:41:31 +0000 (23:41 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3548 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-2.6.23
deblob-2.6.24
deblob-2.6.25

index 531a975ca279ffe494394888184b21967784f04b..f1e237f639fa3e48ceb84ef8d376cf46f4284793 100755 (executable)
@@ -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.23 extra=
+kver=2.6.23 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
 }
 
index efd00d3fed54e1e550ed756bad42f1fea7be6b71..5485aae1714aa2d89adb160b2cdf616c6508cd30 100755 (executable)
@@ -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.24 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
 }
 
index 2f3457d57043799b7f2d70ca49e77f3469e1d774..968bf5efcb18e79611d7e7bfb1696a7c2757d821 100755 (executable)
@@ -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
 }