summaryrefslogtreecommitdiffstats
path: root/bootloader/samsung_yps3.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2023-03-21 09:31:18 +0000
committerAidan MacDonald <amachronic@protonmail.com>2023-03-21 09:31:18 +0000
commit2fb2364686e5470437f0ee3d214662d51067eb90 (patch)
tree608c55078ae7f45e7c577b0990a58a57787241ef /bootloader/samsung_yps3.c
parented7ab52e273e8fcf61c6e95ec28c392ff9ed4023 (diff)
downloadrockbox-2fb2364686e5470437f0ee3d214662d51067eb90.tar.gz
rockbox-2fb2364686e5470437f0ee3d214662d51067eb90.zip
makefiles: Fix escaping issues under GNU make 4.2
Make 4.3 and newer doesn't interpret comments in a shell call, whereas Make 4.2 and older do. Escaping the comment directly works on old makes, but on new makes the backslash is passed as well -- which we want to avoid. The safe way to pass a literal "#" character to the shell on both versions is by embedding it in a variable and expanding that. It's ugly, but it works... Change-Id: I1a217c42d747fd5aa83f9990c234e06966ac1a00
Diffstat (limited to 'bootloader/samsung_yps3.c')
0 files changed, 0 insertions, 0 deletions