diff options
author | Ron Yorston <rmy@pobox.com> | 2024-03-11 09:12:47 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-03-11 09:20:47 +0000 |
commit | 1eee84b800408e53e659ff303eaa08ee09d67c3b (patch) | |
tree | 052da978f08edf8915e10fafe9d9813a9b57d6f1 /arch | |
parent | 912d65cba97db3d27a747decb1c1635aece8bb90 (diff) | |
download | busybox-w32-1eee84b800408e53e659ff303eaa08ee09d67c3b.tar.gz busybox-w32-1eee84b800408e53e659ff303eaa08ee09d67c3b.tar.bz2 busybox-w32-1eee84b800408e53e659ff303eaa08ee09d67c3b.zip |
make: allow '#' to be escaped with a backslash
POSIX doesn't allow the '#' comment marker to be escaped, though
some implementations do.
As a non-POSIX extension allow '#' to be escaped with a preceding
backslash.
It isn't necessary to escape '#' in macro expansions or command
lines: these cases are covered by an existing extension. Commit
0aceca867 (make: comments in macro expansions and command lines)
Adds 16-32 bytes.
(pdpmake GitHub issue 38)
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions