mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +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>
|
2005-12-20 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* docs/design/part-trickmodes.txt:
|
* docs/design/part-trickmodes.txt:
|
||||||
|
|
|
@ -124,7 +124,7 @@ CVS and prereleases so that people actually notice and fix problems found by
|
||||||
<para>
|
<para>
|
||||||
If for any reason you want to bypass these flags and you are certain it's the
|
If for any reason you want to bypass these flags and you are certain it's the
|
||||||
right thing to do, you can run
|
right thing to do, you can run
|
||||||
<programlisting>make ERROR_CFLAGS="</programlisting>
|
<programlisting>make ERROR_CFLAGS=""</programlisting>
|
||||||
to clear the CFLAGS for error checking.
|
to clear the CFLAGS for error checking.
|
||||||
</para>
|
</para>
|
||||||
</answer>
|
</answer>
|
||||||
|
|
Loading…
Reference in a new issue