Added support for binary comparisons.
authorK. Richard Pixley <rich@cygnus>
Sun, 9 Jun 1991 20:22:11 +0000 (20:22 +0000)
committerK. Richard Pixley <rich@cygnus>
Sun, 9 Jun 1991 20:22:11 +0000 (20:22 +0000)
ld/Makefile.in
readline/Makefile.in

index 54ed70a..2c0aa70 100644 (file)
@@ -153,6 +153,9 @@ stage3:     force
        - mv -f $(STAGESTUFF) stage3
        - (cd stage3 ; ln -s $(LD_PROG) ld)
 
+comparison: force
+       for i in $(STAGESTUFF) ; do cmp $$i $(against)/$$i ; done
+
 de-stage1: force
        - (cd stage1 ; mv -f * ..)
        - rm ld
index bef6182..52d2e47 100644 (file)
@@ -124,6 +124,11 @@ stage3: force
        -mkdir stage3
        -mv $(STAGESTUFF) stage3
 
+against=stage2
+
+comparison: force
+       for i in $(STAGESTUFF) ; do cmp $$i $(against)/$$i ; done
+
 de-stage1: force
        - (cd stage1 ; mv -f * ..)
        - rmdir stage1