mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Don't let expected differences between bootstrap and built compiler show as changes. Update Readme.
This commit is contained in:
parent
2a242ae960
commit
4f74364b59
3 changed files with 51 additions and 28 deletions
7
src/tools/make/ignore
Normal file
7
src/tools/make/ignore
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
^/\* voc +
|
||||
Configuration_
|
||||
OPM_ResourceDir
|
||||
__MOVE.* cmd,
|
||||
OPM_(IntSize|PointerSize|Alignment) =
|
||||
Strings_Append.+void\*\)(cmd|OPM_OBERON|extTools_comp)
|
||||
__COPY\("(gcc|clang|msc|i686-w64-mingw
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
changes="0"
|
||||
for f in $1/*; do
|
||||
fn=$(basename $f)
|
||||
egrep -v "(^/\* voc +)|Configuration_|OPM_ResourceDir|__MOVE.* cmd, |OPM_(IntSize|PointerSize|Alignment) =|Strings_Append.+void\*\)(cmd|OPM_OBERON|extTools_comp)" $f >$fn.old
|
||||
egrep -v "(^/\* voc +)|Configuration_|OPM_ResourceDir|__MOVE.* cmd, |OPM_(IntSize|PointerSize|Alignment) =|Strings_Append.+void\*\)(cmd|OPM_OBERON|extTools_comp)" $fn >$fn.new
|
||||
egrep -v -f ../../src/tools/make/ignore $f >$fn.old
|
||||
egrep -v -f ../../src/tools/make/ignore $fn >$fn.new
|
||||
if ! diff -U 2 -b $fn.old $fn.new >$fn.diff; then
|
||||
echo ""
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue