You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dmake 4.12 on the below makefile.mk fails with "`b:' not found, and can't be
made" as it apparently mis-parses the "{$X}:" part ("{$X} :" would work, but
dmake/man/dmake.nc states that "[the] rule operator [...] does not require white
space to precede or follow it").
X = a b
Y .PHONY : $X
a b :
touch $@
{$X}: makefile.mk
The text was updated successfully, but these errors were encountered:
mohawk2
changed the title
Bug 106439 - dmake: whitespace required before ":
Bug 106439 - dmake: whitespace required before colon
Aug 29, 2014
dmake 4.12 on the below makefile.mk fails with "`b:' not found, and can't be
made" as it apparently mis-parses the "{$X}:" part ("{$X} :" would work, but
dmake/man/dmake.nc states that "[the] rule operator [...] does not require white
space to precede or follow it").
The text was updated successfully, but these errors were encountered: