Home | History | Annotate | Download | only in director
History log of /src/tests/lib/libcurses/director/Makefile
RevisionDateAuthorComments
 1.8  19-Jan-2014  apb Remove -O0 from CPPFLAGS, and instead set
COPTS.testlang_parse.c += -Wno-uninitialized.

Without the old -O0, and without the new -Wno-uninitialized,
gcc issues this bogus error:
testlang_parse.y:1400:8: error: 'cmd' may be used uninitialized in this function
 1.7  19-Jan-2014  apb Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.

The debug information contains embedded references to the src directory,
which is bad for reproducible builds.
 1.6  03-Jun-2012  joerg branches: 1.6.2;
Spell NetBSD correctly.
 1.5  08-Sep-2011  jmmv branches: 1.5.2; 1.5.4;
It's ATFFILE=no, not NOATFFILE=true. This fixes the contents of the
installed Atffile, and allows the tests to actually run.
 1.4  18-Aug-2011  christos Fix enums confusion.
 1.3  29-Jun-2011  mrg apply some -Wno-enum-compare.
 1.2  26-May-2011  joerg Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
 1.1  10-Apr-2011  blymn Add atf for libcurses with some tests
 1.5.4.1  13-Jun-2012  riz Pull up following revision(s) (requested by joerg in ticket #327):
tests/lib/libcurses/director/Makefile: revision 1.6
Spell NetBSD correctly.
 1.5.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.5.2.1  30-Oct-2012  yamt sync with head
 1.6.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed