If there's interest I'd like to ultimately submit this for inclusion in
GNU Make.  There's obviously a way to go but I'd appreciate any early
feedback.

Britton Leo Kerin (3):
  Add my dev tools
  Functioning per-target .ONESHELL...
  File used to test things

 Makefile.am                           |  9 ++++----
 src/.cscope_rebuild_commands          |  1 +
 src/Makefile.test_per_target_oneshell | 13 +++++++++++
 src/file.c                            | 12 +++++++++++
 src/filedef.h                         |  2 ++
 src/job.c                             | 28 ++++++++++++++++++++++++
 src/main.c                            |  5 +++++
 src/myMakeLog.c                       | 31 +++++++++++++++++++++++++++
 src/myMakeLog.h                       | 12 +++++++++++
 src/read.c                            | 10 ++-------
 src/remake.c                          |  7 ++++++
 11 files changed, 118 insertions(+), 12 deletions(-)
 create mode 100644 src/.cscope_rebuild_commands
 create mode 100644 src/Makefile.test_per_target_oneshell
 create mode 100644 src/myMakeLog.c
 create mode 100644 src/myMakeLog.h


base-commit: aa8626ce09317151f59490ebd5673afdedb3e1f2
--
2.43.0


Reply via email to