History log of /freebsd-11.0-release/usr.bin/xlint/llib/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


300920 29-May-2016 bdrewery

Fix with external GCC after r300886.

Somehow the /usr/include path got lost in this particular case.
Just pass it along from --sysroot as was already done for
DIRDEPS_BUILD.

Sponsored by: EMC / Isilon Storage Division


290816 14-Nov-2015 sjg

Rename META_MODE option to DIRDEPS_BUILD

This allows META_FILES option to be renamed META_MODE.
Also add META_COOKIE_TOUCH for use in targets that can benefit
from a cookie when in meta mode.

Differential Revision: https://reviews.freebsd.org/D4153
Reviewed by: bdrewery


284481 16-Jun-2015 sjg

new depends


284433 15-Jun-2015 sjg

Remove extra blank lines


284372 14-Jun-2015 sjg

Need to provide -I for meta mode


284345 13-Jun-2015 sjg

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp


98549 21-Jun-2002 phk

#include <sys/time.h> before <sys/stat.h> to get timespec.


92813 20-Mar-2002 ru

Make lint(1) a cross-tool.

(See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong
with enabling build of lint libraries in rev. 1.12.)

This fixes cross-arch compiles (running binaries for a different arch
when generating lint.7 and lint libraries) and cross-branch compiles
(4.x -> 5.0 buildworld should be working again).


92087 11-Mar-2002 markm

Fix a prototype to match our headers. I am not convinced that doing
this in this file is the correct way round. (Maybe our definition of
__assert is wrong?)

Anyway, perhaps we should revisit this later. For the time being,
building lint libraries here does not blow up.


92085 11-Mar-2002 markm

Fix silly one line error. (Half a .if statement left behind).


91592 03-Mar-2002 markm

Merge conflicts, fix Makefiles and remove (re)moved file(s).


91587 03-Mar-2002 markm

This commit was generated by cvs2svn to compensate for changes in r91586,
which included commits to RCS files with non-trunk default branches.


75923 24-Apr-2001 asmodai

Wrap lint calling in a variable.

Set LINT to the obj path, since we need to use the new lint's features
to create .ln files. We do not want to use the installed version for that,
since that might create files according to the old lint.

This is still a work in progress to clean this all up, but it gets
through buildworld, which was the problem at hand.


75831 22-Apr-2001 asmodai

Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should
remain so.

Submitted by: bde/obrien


75782 21-Apr-2001 asmodai

Aesthetics: fix placement of $NetBSD$ (use space instead of tab)


75730 20-Apr-2001 asmodai

Add $FreeBSD$ to the files which didn't have it yet.

Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]


56097 16-Jan-2000 sheldonh

Cosmetic change: space instead of tab in front of $FreeBSD$.

Submitted by: bde


55961 14-Jan-2000 sheldonh

Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie>
is responsible for getting me to look at the NetBSD makefiles. :-)

Obtained from: NetBSD


14963 31-Mar-1996 paul

Don't build the special case lint libraries.


14799 24-Mar-1996 paul

Move llib-lstdc to llib-lc since that's what lint expects.


14797 24-Mar-1996 paul

Build and install llib-lstdc.ln. Disable Posix version.
Change install mode from NONBINMODE to LIBMODE


13948 06-Feb-1996 wosch

replace 'install' with ${INSTALL}


12100 05-Nov-1995 joerg

This commit was generated by cvs2svn to compensate for changes in r12099,
which included commits to RCS files with non-trunk default branches.