mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
Jambase: Update some rules from Haiku's overridden set.
These are the simple ones that were just overridden to handle spaces in file names properly.
This commit is contained in:
parent
35013601f4
commit
1d198a6bf6
@ -1447,7 +1447,7 @@ actions Chgrp
|
||||
|
||||
actions Chmod1
|
||||
{
|
||||
$(CHMOD) $(MODE) $(<)
|
||||
$(CHMOD) "$(MODE)" "$(1)"
|
||||
}
|
||||
|
||||
actions Chown
|
||||
@ -1457,12 +1457,12 @@ actions Chown
|
||||
|
||||
actions piecemeal together existing Clean
|
||||
{
|
||||
$(RM) $(>)
|
||||
$(RM) "$(>)"
|
||||
}
|
||||
|
||||
actions File
|
||||
{
|
||||
$(CP) $(>) $(<)
|
||||
$(CP) "$(>)" "$(<)"
|
||||
}
|
||||
|
||||
actions GenFile1
|
||||
|
Loading…
Reference in New Issue
Block a user