aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lex/lib
Commit message (Collapse)AuthorAgeFilesLines
* Retire MK_PROFILE infrastructureEd Maste2024-11-121-5/+0
| | | | | | | | | | It was disabled by default in fe52b7f60ef4. We planned to (but did not) remove the option before FreeBSD 14. Remove it now, for FreeBSD 15. Relnotes: Yes Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31558
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-0/+1
|
* MFV: r362286Jung-uk Kim2020-06-181-1/+1
|\ | | | | | | | | | | | | Merge flex 2.6.4. Notes: svn path=/head/; revision=362333
| * import vanilla flex version 2.5.35vendor/flex/2.5.35Baptiste Daroussin2011-11-283-43/+0
| | | | | | | | | | | | | | | | | | Reviewed by: cognet Approved by: cognet Notes: svn path=/vendor/flex/dist/; revision=228072 svn path=/vendor/flex/2.5.35/; revision=228075; tag=vendor/flex/2.5.35
* | Adopt SRCTOP in usr.binWarner Losh2017-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice) Notes: svn path=/head/; revision=315170
* | Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284345
| * | dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ | |/ / |/| | | | | Notes: svn path=/projects/bmake/; revision=265720
| * | Merge from headSimon J. Gerraty2013-09-053-27/+2
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=255263
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* | | Connect flex 2.5.37 to the build and bump __FreeBSD_version.Jung-uk Kim2013-05-213-27/+2
|/ / | | | | | | Notes: svn path=/head/; revision=250881
* | Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* | - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldRuslan Ermilov2007-10-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | test MK_INSTALLLIB, users can set WITHOUT_INSTALLLIB. The old NO_INSTALLLIB is still supported as several makefiles set it. - While here, fix an install when instructed not to install libs (usr.bin/lex/lib/Makefile). PR: bin/114200 Submitted by: Henrik Brix Andersen Notes: svn path=/head/; revision=172832
* | Convert NO_PROFILE and NO_LIB32 to new style.Ruslan Ermilov2006-03-181-1/+3
| | | | | | | | Notes: svn path=/head/; revision=156854
* | NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE Notes: svn path=/head/; revision=139106
* | For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | | | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* | After a proper import we now have both the original RCS tags + our own.David E. O'Brien1999-10-272-2/+4
| | | | | | | | | | | | | | (also now clearer in ``cvs log'' that we are at version 2.5.4) Notes: svn path=/head/; revision=52555
* | $Header$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | | | | | Notes: svn path=/head/; revision=50488
* | $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=50477
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".Paul Traina1997-06-291-3/+3
| | | | | | | | | | | | | | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio). Notes: svn path=/head/; revision=27040
* | Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | | | | | Notes: svn path=/head/; revision=23012
* | Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* | This commit was generated by cvs2svn to compensate for changes in r16514,Nate Williams1996-06-191-2/+5
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=16515
| * Flex version 2.5.3 from Vern Paxson at LBL.Nate Williams1996-06-191-2/+5
| | | | | | | | Notes: svn path=/vendor/flex/dist/; revision=16514
* | Now that we install the `flex' alias for our lex, we should alsoJoerg Wunsch1996-02-241-2/+4
| | | | | | | | | | | | | | | | | | | | install the `libfl' alias for libl. Some third-party software will expect it this way. Submitted by: Holm tiffe (holm@geophysik.tu-freiberg.de) Notes: svn path=/head/; revision=14238
* | We really, really /don't/ want to have a shared lex library. Also,Garrett Wollman1994-08-251-8/+2
|/ | | | | | | | | current users should note that the old 1.1.5 lex can't process the new scan.l, so you have to copy initscan.c to obj/scan.c before it will build. Notes: svn path=/head/; revision=2285
* Flex version 2.4.7 from LBLvendor/flex/2.4.7Geoff Rehmet1994-08-243-0/+40
Reviewed by: Geoff. Notes: svn path=/vendor/flex/dist/; revision=2258 svn path=/vendor/flex/2.4.7/; revision=2260; tag=vendor/flex/2.4.7