[haiku-commits] haiku: hrev52740 - build/jam

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 10 Jan 2019 12:33:45 -0500 (EST)

hrev52740 adds 1 changeset to branch 'master'
old head: cc15132ccc17de0e97006713692a23419e58f369
new head: b237fff49eae13d0d1a8f19f9adb749298cecac6
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=b237fff49eae+%5Ecc15132ccc17

----------------------------------------------------------------------------

b237fff49eae: FileRules: Fix typo.
  
  Thanks PulkoMandy for reviewing!

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev52740
Commit:      b237fff49eae13d0d1a8f19f9adb749298cecac6
URL:         https://git.haiku-os.org/haiku/commit/?id=b237fff49eae
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Thu Jan 10 17:32:33 2019 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
build/jam/FileRules | 2 +-

----------------------------------------------------------------------------

diff --git a/build/jam/FileRules b/build/jam/FileRules
index 0329f69e4c..df17855767 100644
--- a/build/jam/FileRules
+++ b/build/jam/FileRules
@@ -446,7 +446,7 @@ if $(HAIKU_NO_DOWNLOADS) = 1 {
        actions DownloadLocatedFile1
        {
                source="$(2)"
-               echo "ERROR: Would need to download $(UR2L), but 
HAIKU_NO_DOWNLOADS is set!"
+               echo "ERROR: Would need to download $(URL), but 
HAIKU_NO_DOWNLOADS is set!"
                exit 1
        }
 } else {


Other related posts:

  • » [haiku-commits] haiku: hrev52740 - build/jam - waddlesplash