Switched from using diff to cmp for two reasons:
authorJohn Criswell <criswell@uiuc.edu>
Tue, 5 Aug 2003 21:21:58 +0000 (21:21 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 5 Aug 2003 21:21:58 +0000 (21:21 +0000)
commit75a005ff4c33cdec161edc6d0be162f2ad3215bc
treea0e75c1e415951a1d52483b45a4852f770a1baf9
parent11a49a722f657294f38865019af51f82dc31c1c3
Switched from using diff to cmp for two reasons:
o Not all versions of diff have the -q option
o The cmp program is probably faster than diff
Fixed the logic that only copies the file over if no differences are found.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7615 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.common
Makefile.rules