Ron Yorston

Results 137 comments of Ron Yorston

Hi, there aren't any immediate plans for `VPATH`, but I'll put it on the (imaginary) roadmap.

POSIX doesn't allow _any_ exception to the rule that `#` on a line starts a comment which extends to the next unescaped newline. `pdpmake` has extensions such that `#` _doesn't_...

I've added a non-POSIX extension to allow `#` to be escaped with a preceding backslash. This is based on my reading of the GNU make documentation, but since I'm not...

Can you provide an example of what doesn't work? I tried this: ``` $ cat M32 .POSIX: .PRAGMA: target_name .SUFFIXES: .x .z .x.z: @echo $< $* $@ @echo $(

This isn't about the `F` and `D` modifiers. Even with: ``` COMMAND3 = echo "$*" COMMAND4 = echo "$

I'll keep this issue open as a reminder.

`pdpmake` now supports `$

A manpage would be a most welcome addition. Any contribution would be gratefully received.

@absolutelynothinghere Thanks for getting us started with a man page! It caused me to think more seriously about what I'd like to see in a man page for `pdpmake`. I'm...

>Is there anywhere I can access the full pdpmake changelog? I don't maintain a changelog. There's the git history, obviously, and I have some [release notes](https://frippery.org/make/release-notes/current.html) on my website. These...