Skip to content

Commit

Permalink
[build] Revert automatic regeneration of encoding tables
Browse files Browse the repository at this point in the history
This is a regression added in 6.9.0. The table should stay stable.
Use manual bootstrap-tables to regenerate manually only.
Fixes #1119
  • Loading branch information
Reini Urban committed Nov 4, 2014
1 parent 875f99e commit 3a6375c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -9,6 +9,7 @@
+ Fix Windows build for pbc_to_exe #1114
+ Fix default cygwin builds #1116
+ Silence failing auto::inline probe #1118
+ Revert automatic regeneration of encoding tables, added with 6.9.0. #1119
- Documentation
+ Document .lex "name" limitations. Use .lex 'name' w/ single-quotes #1095
- Tests
Expand Down
4 changes: 1 addition & 3 deletions config/gen/makefiles/root.in
Expand Up @@ -906,9 +906,7 @@ $(RUN_INC_DIR)/config.fpmc : myconfig config_lib.pir \
@$(ADDGENERATED) "$@" "[]"

# Check the generated tables before submitting updates.
bootstrap-tables \
src/string/encoding/tables.h \
src/string/encoding/tables.c: tools/dev/gen_charset_tables.pl
bootstrap-tables: tools/dev/gen_charset_tables.pl
$(PERL) tools/dev/gen_charset_tables.pl

bootstrap-prt0: $(WINXED) $(FRPTWO_DIR)/prt0.winxed
Expand Down

0 comments on commit 3a6375c

Please sign in to comment.