Skip to content

Commit

Permalink
Merge pull request #933 from xexyl/typo-fmt-soup-makefile
Browse files Browse the repository at this point in the history
Format and typo fixes in soup/Makefile
  • Loading branch information
lcn2 authored Aug 21, 2024
2 parents 3e6a805 + 47f7b29 commit e77aace
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
5 changes: 3 additions & 2 deletions soup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ test:
#
# rule used by ../test_ioccc/prep.sh
#
all_sem_ref: ../jparse/jsemtblgen ../jparse/jsemcgen.sh ../test_ioccc/test_JSON/info.json/good ../test_ioccc/test_JSON/auth.json/good all_sem_ref.sh
all_sem_ref: ../jparse/jsemtblgen ../jparse/jsemcgen.sh ../test_ioccc/test_JSON/info.json/good \
../test_ioccc/test_JSON/auth.json/good all_sem_ref.sh
${E} rm -rf ref
${E} mkdir -p ref
${E} ./all_sem_ref.sh -v 1 -j ../jparse/jsemtblgen -J ../jparse/jsemcgen.sh -- \
Expand All @@ -534,7 +535,7 @@ all_sem_ref: ../jparse/jsemtblgen ../jparse/jsemcgen.sh ../test_ioccc/test_JSON/
# Given a correct set of chk_sem_????.{c,h} files, we form chk.????.ptch.{c,h}
# diff patch relative to the ref/*.reference.json.{c,h} files.
#
# rule should never be invoked by ../test_ioccc/prep.sh
# This rule should never be invoked by ../test_ioccc/prep.sh.
#
# This rule is run by the repo maintainers only AFTER chk_sem_????.{c,h} files
# are updated by hand.
Expand Down
5 changes: 1 addition & 4 deletions soup/foo.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@
*
* "Because Cody enjoys being a bit eccentric and he is rather proud of it too!" :-)
*
* The JSON parser was co-developed in 2022 by:
* This tool and the JSON parser were co-developed in 2022-2024 by:
*
* @xexyl
* https://xexyl.net Cody Boone Ferguson
* https://ioccc.xexyl.net
* and:
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* The chkentry(1) tool was developed by Landon Curt Noll with numerous
* improvements (including this file) by Cody Boone Ferguson.
*
* "Because sometimes even the IOCCC Judges need some help." :-)
*
* BTW: If you want to win the IOCCC every time all you need to do
Expand Down
5 changes: 1 addition & 4 deletions soup/foo.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@
*
* "Because Cody enjoys being a bit eccentric and he is rather proud of it too!" :-)
*
* The JSON parser was co-developed in 2022 by:
* This tool and the JSON parser were co-developed in 2022-2024 by:
*
* @xexyl
* https://xexyl.net Cody Boone Ferguson
* https://ioccc.xexyl.net
* and:
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* The chkentry(1) tool was developed by Landon Curt Noll with numerous
* improvements (including this file) by Cody Boone Ferguson.
*
* "Because sometimes even the IOCCC Judges need some help." :-)
*
* BTW: If you want to win the IOCCC every time all you need to do
Expand Down
11 changes: 3 additions & 8 deletions soup/oebxergfB.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@
* too of course and there's plenty of humour as well. Of course one has to
* figure out how to trigger them too but that shouldn't be too hard to do.
*
* This tool was written in 2022 by:
*
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* with improvements by
* This tool and the JSON parser were co-developed in 2022-2024 by:
*
* @xexyl
* https://xexyl.net Cody Boone Ferguson
* https://ioccc.xexyl.net
*
* The JSON parser was co-developed in 2022 by Cody Boone Ferguson and Landon
* Curt Noll.
* and:
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* "Because sometimes even the IOCCC Judges need some help." :-)
*
Expand Down

0 comments on commit e77aace

Please sign in to comment.