This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] local patches directory


Hi,

I stumbled across a naming mistake in a variable when trying to access
local patches directory.

Here's a one-liner patch.

Thanks all for the good work.

--Frederic
diff -u -r crosstool-ng.1.5.0/scripts/functions crosstool-ng.1.5.0.local/scripts/functions
--- crosstool-ng.1.5.0/scripts/functions	2009-10-04 04:14:13.000000000 -0700
+++ crosstool-ng.1.5.0.local/scripts/functions	2009-10-21 13:02:09.000000000 -0700
@@ -612,7 +612,7 @@
     CT_DoLog EXTRA "Patching '${basename}'"
 
     bundled_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
-    local_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
+    local_patch_dir="${CT_LOCAL_PATCH_DIR}/${base_file}/${ver_file}"
 
     case "${CT_PATCH_ORDER}" in
         bundled)        patch_dirs=("${bundled_patch_dir}");;
--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]