mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
docs/faq/cvs.xml: Add missing quote, should be make ERROR_CFLAGS="".
Original commit message from CVS: * docs/faq/cvs.xml: Add missing quote, should be make ERROR_CFLAGS="".
This commit is contained in:
parent
617bc8c885
commit
9562a5912b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-22 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/faq/cvs.xml:
|
||||
Add missing quote, should be make ERROR_CFLAGS="".
|
||||
|
||||
2005-12-20 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/design/part-trickmodes.txt:
|
||||
|
|
|
@ -124,7 +124,7 @@ CVS and prereleases so that people actually notice and fix problems found by
|
|||
<para>
|
||||
If for any reason you want to bypass these flags and you are certain it's the
|
||||
right thing to do, you can run
|
||||
<programlisting>make ERROR_CFLAGS="</programlisting>
|
||||
<programlisting>make ERROR_CFLAGS=""</programlisting>
|
||||
to clear the CFLAGS for error checking.
|
||||
</para>
|
||||
</answer>
|
||||
|
|
Loading…
Reference in a new issue