common/bin/compare.sh
changeset 23428 3c8a05bf4656
parent 21759 e24e22311718
child 25854 98ce0879ab4c
equal deleted inserted replaced
23427:abbf38fbeb4c 23428:3c8a05bf4656
   112 	             -e '/[<>].*public void setItemsPtr(com\.apple\.jobjc\.Pointer<com\.apple\.jobjc\..*);/d')
   112 	             -e '/[<>].*public void setItemsPtr(com\.apple\.jobjc\.Pointer<com\.apple\.jobjc\..*);/d')
   113         fi
   113         fi
   114     fi
   114     fi
   115     if test "x$SUFFIX" = "xproperties"; then
   115     if test "x$SUFFIX" = "xproperties"; then
   116         # Run through nawk to add possibly missing newline at end of file.
   116         # Run through nawk to add possibly missing newline at end of file.
   117         $CAT $OTHER_FILE | $NAWK '{ print }' > $OTHER_FILE.cleaned
   117         $CAT $OTHER_FILE | $NAWK '{ print }' | LC_ALL=C $SORT > $OTHER_FILE.cleaned
   118 # Disable this exception since we aren't changing the properties cleaning method yet.
   118 # Disable this exception since we aren't changing the properties cleaning method yet.
   119 #        $CAT $OTHER_FILE | $SED -e 's/\([^\\]\):/\1\\:/g' -e  's/\([^\\]\)=/\1\\=/g' -e 's/#.*/#/g' \
   119 #        $CAT $OTHER_FILE | $SED -e 's/\([^\\]\):/\1\\:/g' -e  's/\([^\\]\)=/\1\\=/g' -e 's/#.*/#/g' \
   120 #            | $SED -f "$SRC_ROOT/common/makefiles/support/unicode2x.sed" \
   120 #            | $SED -f "$SRC_ROOT/common/makefiles/support/unicode2x.sed" \
   121 #  	    | $SED -e '/^#/d' -e '/^$/d' \
   121 #  	    | $SED -e '/^#/d' -e '/^$/d' \
   122 #            -e :a -e '/\\$/N; s/\\\n//; ta' \
   122 #            -e :a -e '/\\$/N; s/\\\n//; ta' \