From 1d198a6bf627fe439524cfa8a6a42202b9ce72f6 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 21 Nov 2018 18:44:04 -0500 Subject: [PATCH] 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. --- 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 -- gitore 0.2.1