aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove info pagesBaptiste Daroussin2015-01-021-2/+0
| | | | Notes: svn path=/head/; revision=276562
* Connect libgnuregex 2.17 to the build.Jung-uk Kim2013-06-051-2/+6
| | | | Notes: svn path=/head/; revision=251438
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* - Bump share library version which were missed in last bumpRong-En Fan2007-06-181-1/+1
| | | | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) Notes: svn path=/head/; revision=170925
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Update build infrastructure for new GNU regex bits.Tim J. Robbins2005-05-101-1/+1
| | | | Notes: svn path=/head/; revision=146044
* Style.Ruslan Ermilov2004-09-191-8/+7
| | | | Notes: svn path=/head/; revision=135463
* Be explicit about which regex.h file we are including. This reduces thePeter Wemm2004-09-161-3/+7
| | | | | | | need for hack workarounds in tools/lib32/build32.sh. Notes: svn path=/head/; revision=135286
* Upgrade to regex from grep 2.4.2Andrey A. Chernov2004-02-251-3/+11
| | | | Notes: svn path=/head/; revision=126213
* Install gnuregex.h as wrapper for gnu/regex.h (with warning)Andrey A. Chernov2004-02-181-1/+3
| | | | Notes: svn path=/head/; revision=125978
* Install regex.h under include/gnuAndrey A. Chernov2004-02-161-1/+1
| | | | Notes: svn path=/head/; revision=125893
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50488
* Commit msg for rev 1.20 should probably have added that gnu/lib/libregex wasDavid E. O'Brien1999-04-031-1/+1
| | | | | | | | the only lib that was using the SHLIB_* values from gnu/lib/Makefile.inc. Thus I simply added the to the Makefile here. Notes: svn path=/head/; revision=45276
* Makefile.inc was politing all subdir's with SHLIB_{MAJOR,MINOR} definitions.David E. O'Brien1999-04-031-4/+7
| | | | | | | | Since we aren't keeping all the GNU libs at the same versions, this is useless and causes us to build a shared libgcc, which we don't want to do. Notes: svn path=/head/; revision=45275
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.Joerg Wunsch1996-11-161-2/+2
| | | | | | | | | | | | | | | We've already got it in libc, but both libraries are incompatible wrt. their header files and internal data structures. This incompatibility caused the expr(1) on the fixit floppy to mysteriously dump core for the colon operator. Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit floppy. I'd like to get it reviewed by somebody else though. Observed by: andreas Notes: svn path=/head/; revision=19824
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-4/+3
| | | | Notes: svn path=/head/; revision=17935
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-3/+2
| | | | Notes: svn path=/head/; revision=17554
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-2/+3
| | | | Notes: svn path=/head/; revision=17549
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-2/+2
| | | | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. Notes: svn path=/head/; revision=9970
* Add cmp -s to beforeinstall targetAndrey A. Chernov1995-03-121-1/+2
| | | | Notes: svn path=/head/; revision=7043
* Install the include file in the same way that all other includes file areNate Williams1995-03-061-2/+2
| | | | | | | in the 'beforeinstall' target. Notes: svn path=/head/; revision=6926
* Add doc to SUBDIRAndrey A. Chernov1995-01-161-1/+3
| | | | Notes: svn path=/head/; revision=5660
* Upgrade to code which should satisfy all things which we haveAndrey A. Chernov1995-01-111-1/+1
| | | | Notes: svn path=/head/; revision=5502
* Upgrade regex code to most recent that I foundAndrey A. Chernov1995-01-111-2/+2
| | | | | | | Version number still not changed Notes: svn path=/head/; revision=5499
* Install libregex.h with the correct owner, group and mode.Bruce Evans1994-09-151-2/+3
| | | | Notes: svn path=/head/; revision=2808
* Remove explicit specification of SHLIB major and minor nos.Geoff Rehmet1994-05-271-3/+1
| | | | Notes: svn path=/head/; revision=1583
* A perfectly good libgnuregex.a and you can't use it! No header was beingJordan K. Hubbard1994-05-191-1/+4
| | | | | | | installed. Do so now as gnuregex.h Notes: svn path=/head/; revision=1517
* No longer install the GNU regex.h include file.Nate Williams1994-01-291-5/+1
| | | | Notes: svn path=/head/; revision=1037
* Update shlib version to 1.0Scott Mace1993-12-281-2/+2
| | | | Notes: svn path=/head/; revision=917
* AddedPaul Richards1993-11-091-1/+4
| | | | | | | | SHLIB_MAJOR=0 SHLIB_MINOR=0 Notes: svn path=/head/; revision=743
* Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the headerRodney W. Grimes1993-08-231-2/+2
| | | | | | | install commands to be consistent with other header files. Notes: svn path=/head/; revision=321
* Changed afterintall: target to beforeinstall: so that it is easy to getRodney W. Grimes1993-08-081-2/+2
| | | | | | | the regex.h header file installed. Notes: svn path=/head/; revision=254
* GNU Regex 0.12J.T. Conklin1993-07-301-0/+12
Notes: svn path=/head/; revision=218