⛏️ index : buildtools.git

author Augustin Cavalier <waddlesplash@gmail.com> 2018-11-21 18:44:04.0 -05:00:00
committer Augustin Cavalier <waddlesplash@gmail.com> 2018-11-21 18:44:04.0 -05:00:00
commit
1d198a6bf627fe439524cfa8a6a42202b9ce72f6 [patch]
tree
7af9ea89de5bd61ae64218dc2dd040e923fae78a
parent
35013601f460930d951310ec9a63b874086d2ba9
download
1d198a6bf627fe439524cfa8a6a42202b9ce72f6.tar.gz

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.

Diff

 jam/Jambase | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jam/Jambase b/jam/Jambase
index 5883b47..6ea0844 100644
--- a/jam/Jambase
+++ a/jam/Jambase
@@ -1447,7 +1447,7 @@

actions Chmod1
{
	$(CHMOD) $(MODE) $(<)
	$(CHMOD) "$(MODE)" "$(1)"
}

actions Chown
@@ -1457,12 +1457,12 @@

actions piecemeal together existing Clean
{
	$(RM) $(>)
	$(RM) "$(>)"
}

actions File
{
	$(CP) $(>) $(<)
	$(CP) "$(>)" "$(<)"
}

actions GenFile1