• R/O
  • SSH
  • HTTPS

tsukurimashou: 提交


Commit MetaInfo

修订版728 (tree)
时间2021-04-08 10:23:50
作者mskala

Log Message

new grsix "lungs" and "breast"; support for them; and fix fix-makefile

更改概述

差异

--- trunk/Makefile.am (revision 727)
+++ trunk/Makefile.am (revision 728)
@@ -550,7 +550,7 @@
550550 $(call pfms,$(1)),$(if $(wildcard ./mp/$(call pfms,$(1))-$(term).mp),\
551551 $(call pfms,$(1)),$(DEFAULT_TOK)))-$(term).mp)
552552
553-KANJIPAGES:=$(strip 2e 2f 4e 4f $(foreach hinib,5 6 7 8 9,\
553+KANJIPAGES:=$(strip 2e 2f 34 35 4e 4f $(foreach hinib,5 6 7 8 9,\
554554 $(foreach lonib,0 1 2 3 4 5 6 7 8 9 a b c d e f,$(hinib)$(lonib) )) f9)
555555
556556 PAGEFILES=$(strip $(foreach page,\
--- trunk/idsgrep/m4/tsu_fix_makefile.m4 (revision 727)
+++ trunk/idsgrep/m4/tsu_fix_makefile.m4 (revision 728)
@@ -41,7 +41,7 @@
4141 # This macro is released to the public domain by its author,
4242 # Matthew Skala <mskala@ansuz.sooke.bc.ca>.
4343
44-#serial 1
44+#serial 2
4545
4646 AC_DEFUN([TSU_FIX_MAKEFILE], [
4747 AC_CONFIG_COMMANDS([fix-makefile],
@@ -63,6 +63,10 @@
6363 s#config\.status \$\@ \$\(am__depfiles_maybe\)#dnl
6464 config.status \$\@ fix-makefile \$(am__depfiles_maybe)#;dnl
6565 dnl
66+dnl Current Automake uses a different variable name; hit that one too
67+s#config\.status \$\@ \$\(am__maybe_remake_depfiles\)#dnl
68+config.status \$\@ fix-makefile \$(am__maybe_remake_depfiles)#;dnl
69+dnl
6670 dnl Change lines that look like Automake's "make clean" recipes, to
6771 dnl use our pretty output format.
6872 s#\t-\@?(test -z.* || )?rm -(r?)f (.*)#dnl
--- trunk/m4/tsu_fix_makefile.m4 (revision 727)
+++ trunk/m4/tsu_fix_makefile.m4 (revision 728)
@@ -41,7 +41,7 @@
4141 # This macro is released to the public domain by its author,
4242 # Matthew Skala <mskala@ansuz.sooke.bc.ca>.
4343
44-#serial 1
44+#serial 2
4545
4646 AC_DEFUN([TSU_FIX_MAKEFILE], [
4747 AC_CONFIG_COMMANDS([fix-makefile],
@@ -63,6 +63,10 @@
6363 s#config\.status \$\@ \$\(am__depfiles_maybe\)#dnl
6464 config.status \$\@ fix-makefile \$(am__depfiles_maybe)#;dnl
6565 dnl
66+dnl Current Automake uses a different variable name; hit that one too
67+s#config\.status \$\@ \$\(am__maybe_remake_depfiles\)#dnl
68+config.status \$\@ fix-makefile \$(am__maybe_remake_depfiles)#;dnl
69+dnl
6670 dnl Change lines that look like Automake's "make clean" recipes, to
6771 dnl use our pretty output format.
6872 s#\t-\@?(test -z.* || )?rm -(r?)f (.*)#dnl
Show on old repository browser