Home | History | Annotate | Download | only in xconsole
History log of /src/external/mit/xorg/bin/xconsole/Makefile
RevisionDateAuthorComments
 1.7  04-Jul-2024  mrg updates for xbiff 1.0.5, xconsole 1.1.0, xditview 1.0.7, xedit 1.2.4,
xev 1.2.6, xeyes 1.3.0, xload 1.2.0, xmessage 1.0.7, and xmore 1.0.4.
 1.6  03-Jun-2023  lukem branches: 1.6.2;
bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.5  13-Oct-2019  mrg branches: 1.5.6;
introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.4  17-Mar-2014  mrg branches: 1.4.26;
updates for xauth 1.0.8 and xconsole 1.0.6.
 1.3  15-May-2011  christos branches: 1.3.4; 1.3.10;
Add defines to get the proper prototypes in place.
 1.2  21-Nov-2010  mrg various updates for moved man pages or app-defaults.
 1.1  29-Jul-2008  mrg branches: 1.1.1;
Initial revision
 1.1.1.1  29-Jul-2008  mrg branches: 1.1.1.1.2; 1.1.1.1.6;
initial import of the crossbuild framework for modular Xorg. this
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.

the sources will live in xsrc/external/mit/<package>/dist.

documentation on using this will come when the above directories
are fully populated. there are 192 of them so it may take some time
before that is completed.
 1.1.1.1.6.2  19-Oct-2008  haad Sync with HEAD.
 1.1.1.1.6.1  29-Jul-2008  haad file Makefile was added on branch haad-dm on 2008-10-19 22:41:00 +0000
 1.1.1.1.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.1.1.1.2.1  29-Jul-2008  wrstuden file Makefile was added on branch wrstuden-revivesa on 2008-09-18 05:18:28 +0000
 1.3.10.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.4.1  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.4.26.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.5.6.1  02-Jun-2021  cjep Use x11 variables for LDADD and DPADD. Now builds on sun2.
 1.6.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed