summaryrefslogtreecommitdiff
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* - No need to create libfoo.so -> libfoo.so.X symlinks in /lib,Ruslan Ermilov2003-09-071-3/+8
* Emergency backout of rev 1.152. This is a 100% guaranteed way to totallyPeter Wemm2003-09-041-0/+4
* As ld(1) was taught to look into /lib, there's no longer a reasonRuslan Ermilov2003-09-031-4/+0
* Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs.Ruslan Ermilov2003-08-311-0/+2
* When creating .so symlinks, use SHLIBDIR instead of LIBDIR so symlinksGordon Tetlow2003-08-171-3/+2
* Handle the case where SHLIBDIR != LIBDIR. When creating links, weGordon Tetlow2003-08-171-1/+6
* Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.Ruslan Ermilov2003-07-021-2/+9
* Revert to using as(1) to compile plain assembler source files.Ruslan Ermilov2003-07-021-9/+2
* There's no reason to keep separate AINC knob anymore.Ruslan Ermilov2003-07-011-8/+5
* Propagate the ${AINC} knob (assembler include) to sys.mk,Ruslan Ermilov2003-06-301-3/+0
* Removed suffix-transformation rules that are duplicatesRuslan Ermilov2003-06-301-20/+0
* The use of ld(1) to strip compiler local and non-globalRuslan Ermilov2003-06-301-36/+0
* Add ${CRUNCH_CFLAGS} support for adding compile options to crunchGordon Tetlow2003-06-291-0/+2
* Be consistent about the use of ${LDFLAGS} for the internal rules. SomePeter Wemm2003-06-261-10/+10
* Remove NOSHLIBS, users can get by with NOPIC.David E. O'Brien2003-06-101-3/+1
* Add NOSHLIBS.David E. O'Brien2003-04-271-1/+3
* Extend the lint handling a bit.Mark Murray2002-09-201-3/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-20/+0
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-3/+3
* Moved `clean:' below, just before the inclusion of bsd.obj.mk,Ruslan Ermilov2002-07-211-36/+36
* Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern.Ruslan Ermilov2002-07-191-1/+1
* Correction to the previous revision: define SHLIB_LINK if SHLIB_NAMERuslan Ermilov2002-07-181-1/+3
* Make it possible (again) to build and install shared library only.Ruslan Ermilov2002-07-031-19/+38
* Try really hard to fix parallel installs. Add a bunch of .ORDERRuslan Ermilov2002-07-031-0/+2
* Handle installation of hard and symbolic links via a seperate .mk file.Ruslan Ermilov2002-07-021-24/+1
* If CLEANFILES is nil or not defined, do not try to remove it. This happensJuli Mallett2002-06-261-0/+2
* Reimplement FILES support using bsd.files.mk with theRuslan Ermilov2002-06-031-0/+1
* Revision 1.39 made filtering of CFLAGS unnecessary.Ruslan Ermilov2002-05-221-6/+6
* Rename `includes' to `buildincludes'.Ruslan Ermilov2002-05-151-3/+1
* CLEANFILES are too long for libc.Ruslan Ermilov2002-05-131-11/+24
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-79/+71
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-19/+10
* Back out rev 1.118.David E. O'Brien2002-05-121-12/+5
* [Ab]use LDFLAGS rather than CFLAGS.David E. O'Brien2002-05-101-1/+1
* Pass CFLAGS to {CC} when using it as an `ld' replacement.David E. O'Brien2002-05-101-1/+1
* Pay attention to LDFLAGS when linking.David E. O'Brien2002-05-091-8/+8
* Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB.David E. O'Brien2002-05-091-5/+12
* Added internal, non-recursive (SUBDIR) versions of the `all-man'Ruslan Ermilov2002-05-071-2/+2
* Install the manpages before descending into SUBDIRs.Ruslan Ermilov2002-05-071-3/+4
* Abuse bsd.obj.mk for defining default distribute target.Ruslan Ermilov2002-04-241-8/+0
* Change the name of the 'bin' distribution to 'base'.David E. O'Brien2002-04-231-1/+1
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.Ruslan Ermilov2002-04-231-21/+11
* Make .asm transformation rules synonyms to the .s rules.Ruslan Ermilov2002-04-221-21/+3
* Style. Fix long lines and a <tab> indent that should be 4 spaces.Mark Murray2002-04-211-5/+5
* reorg a little.David E. O'Brien2002-04-201-7/+7
* Add .asm as an alias for .s. .asm is common in contribed sources.David E. O'Brien2002-04-191-1/+19
* Don't include bsd.own.mk from sys.mk, this makes it impossibleRuslan Ermilov2002-04-171-8/+1
* Fixed the nasty bug where .depend file that exists somewhere inRuslan Ermilov2002-04-071-1/+1
* Install static and profiled libraries with -C.Dag-Erling Smørgrav2002-03-221-2/+2
* lint the previous lint commit.Ruslan Ermilov2002-03-181-14/+12