diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-14 21:59:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-14 21:59:34 +0300 |
commit | 3fc30463797c0ba8648e76ab6de76b883ce79a86 (patch) | |
tree | bd8e677ad8d263b97d7dd6874b85b279c895f6ef /Checklist | |
parent | c9cccc5377c6c243f4ed8911455c42cda6b13b84 (diff) | |
download | egawk-3fc30463797c0ba8648e76ab6de76b883ce79a86.tar.gz egawk-3fc30463797c0ba8648e76ab6de76b883ce79a86.tar.bz2 egawk-3fc30463797c0ba8648e76ab6de76b883ce79a86.zip |
Further changes to Checklist.
Diffstat (limited to 'Checklist')
-rw-r--r-- | Checklist | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Wed Oct 13 15:49:30 IDT 2021 +Wed Oct 13 16:23:51 IDT 2021 ============================ A checklist for making releases. @@ -46,9 +46,12 @@ ___ Testing on: ___ make maintainer-clean ___ make release + ___ make valgrind + ___ compile with tcc ___ compile with pcc ___ compile with clang + ___ compile with latest releaese gcc ___ compile 32 bit tests - clang and gcc |