1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 20:29:36 +00:00

Minor clarification.

This commit is contained in:
Oliver Schmidt 2019-04-04 17:13:09 +02:00
parent 5daed49e97
commit 0576fe51e7

View File

@ -51,8 +51,8 @@ ifneq ($(filter disk samples.%,$(MAKECMDGOALS)),)
# If TARGET_PATH contains spaces then it is presumed to contain escaped spaces. GNU make
# has very limited support for paths containing spaces. $(wildcard) is the only function
# that is aware of escaped spaces. However, $(wildcard) never returns paths with escaped
# spaces !!! So if it e.g. finds in a path with 2 spaces in 4 files then one ends up with
# a return value consisting of 12 plain words :-((
# spaces !!! So if it e.g. finds 4 files in a path with 2 spaces then one ends up with a
# return value consisting of 12 plain words :-((
#
# Fortunately we can work around that behaviour here because we know that the files we
# are looking for have known extensions. So we can $(filter) the in our example above 12