mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 00:09:17 +02:00
* __missing_command will now have the name of the missing command appended.
This commit is contained in:
parent
2aceb6f856
commit
3425ceaf85
@ -485,7 +485,7 @@ implementation
|
|||||||
Add(varname+':=$(strip $(wildcard $(addsuffix /'+altexename+'$(SRCEXEEXT),$(SEARCHPATH))))');
|
Add(varname+':=$(strip $(wildcard $(addsuffix /'+altexename+'$(SRCEXEEXT),$(SEARCHPATH))))');
|
||||||
end;
|
end;
|
||||||
Add('ifeq ($('+varname+'),)');
|
Add('ifeq ($('+varname+'),)');
|
||||||
Add(varname+'= __missing_command__'); {This is to be shure make stops,
|
Add(varname+'= __missing_command_'+varname); {This is to be shure make stops,
|
||||||
if the command is not found. Otherwise if the command was set to the
|
if the command is not found. Otherwise if the command was set to the
|
||||||
empty string, options to the command would be interpreted as command,
|
empty string, options to the command would be interpreted as command,
|
||||||
and because options is preceeded by a "-", make will ignore the error
|
and because options is preceeded by a "-", make will ignore the error
|
||||||
@ -975,7 +975,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.34 2004-10-30 12:36:48 peter
|
Revision 1.35 2004-11-01 17:17:33 olle
|
||||||
|
* __missing_command will now have the name of the missing command appended.
|
||||||
|
|
||||||
|
Revision 1.34 2004/10/30 12:36:48 peter
|
||||||
* units are now created in separate directory units/cpu-os/
|
* units are now created in separate directory units/cpu-os/
|
||||||
* distclean uses cleanall rule and removes units dir
|
* distclean uses cleanall rule and removes units dir
|
||||||
* cross compile support fixed, it is now possible to cycle a ppcsparc
|
* cross compile support fixed, it is now possible to cycle a ppcsparc
|
||||||
|
Loading…
Reference in New Issue
Block a user