Replaced "echo -n >" by "touch" as it's more portable.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -38,7 +38,7 @@ rule InitScript
|
|||||||
actions InitScript1
|
actions InitScript1
|
||||||
{
|
{
|
||||||
$(RM) $(1)
|
$(RM) $(1)
|
||||||
echo -n > $(1)
|
touch $(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
rule AddVariableToScript script : variable : value
|
rule AddVariableToScript script : variable : value
|
||||||
|
|||||||
Reference in New Issue
Block a user