Explorar o código

documentation/poky-ref-manual/faq.xml: Added FAQ entry for filename spaces

Added a new entry for we do not support spaces in filenames.
This entry was suggested by Richard.

(From yocto-docs rev: e87b9b1fd61b87d33a67d2b10c3daf834eecbd8f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Scott Rifenbark %!s(int64=14) %!d(string=hai) anos
pai
achega
00af854e96
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      documentation/poky-ref-manual/faq.xml

+ 18 - 0
documentation/poky-ref-manual/faq.xml

@@ -413,6 +413,24 @@
         </answer>
     </qandaentry>
 
+    <qandaentry>
+        <question>
+            <para>
+                Why don't you support directories with spaces in the pathnames?
+            </para>
+        </question>
+        <answer>
+            <para>
+                We have tried to do this before but too many of the tools we depend on such as autoconf 
+                break when they find spaces in pathnames.  
+                Until that situation changes we will not support spaces in pathnames.
+            </para>
+        </answer>
+    </qandaentry>
+
+
+
+
     <qandaentry>
         <question>
             <para>