summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Deal with /usr/lib/compat/aout, and that we've been installing thingspeter1998-10-111-12/+13
| | | | | | | in the wrong places for a while. Also, the the libtermlib.so -> libtermcap.so manually for elf, otherwise the hard link follows the symlink and the result looks rather wierd. The *.a files are still hard linked under elf as before.
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
|
* Understand elf library naming rules for libtermlib alias.peter1998-06-121-0/+9
| | | | Don't do the libtermcap un-bump hack for anything but a.out
* Fixed the termcap 3.0 hacks. They were very broken in my configurationbde1997-12-191-10/+11
| | | | | | | where shared libraries are in /lib and almost everything is linked shared. First, they removed the old shared library before installing the new one. Second, they attemped a cross-device link from /lib to /usr/lib/compat.
* "un-bump" the major number for libtermcap.so. This brings -current backpeter1997-12-021-2/+13
| | | | | | | | | | | | to the same version numbers as 2.2.x. The problem with the way things were was: - if you took a 2.2.x binary, it either wouldn't run on -current or if you had the old -current version of libtermcap.so.2.1 then it could potentially be a security problem. - the alternative is to start a compat22 tree dist for -current with a uuencoded binary. This makefile hack is less cost. libtermcap.so.3.0 is provided via /usr/lib/compat to avoid transition problems.
* Restore back issetugid() usage and bump major numberache1997-08-311-2/+2
|
* Bump minor number due to issetugid()ache1997-08-241-1/+1
|
* Fixed spelling of __set_ospeed (was _set_ospeed) and improvedbde1997-04-131-1/+1
| | | | nearby English.
* oops, install termcap.h from ${.CURDIR}, not the obj dir.peter1996-08-301-2/+2
| | | | Pointed out by: asami
* cmp -s || install -c ==> install -Cpeter1996-08-301-2/+1
|
* Another round of man page cleanups.mpp1996-02-121-1/+1
| | | | Down to only about 100 items left to cleanup! :-)
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-1/+1
| | | | | | | 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.
* Do a little trick which covers 99% cases: initialize ospeedache1995-08-051-2/+2
| | | | | | | variable directly in tgetent by stderr or stdout output speed. It helps hide in non-standard __set_ospeed function and remove it from other sources (coming soon). Do prototype cleanup too.
* Add non-standard function: _set_ospeed(speed)ache1995-08-041-2/+2
| | | | | | | | | Basically all termios+termcap pgms needs it. It set ospeed variable using nearest-matched stty speeds, which helps termcap pgms works with non-fixed termios speeds and not duplicate ospeed switch into every pgm. Also it isn't standard function, its source code is too big to include it in whole to every termcap+termios pgm.
* Bump minor numberache1995-05-031-0/+2
|
* Add termcap.h & tparmache1994-12-041-2/+8
|
* Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the sharedats1994-11-191-2/+2
| | | | libs as told by Bruce. Now it works.
* Makefile:ats1994-11-181-2/+2
| | | | | | | | | | Change the reference for the libtermcap libtermlib link from SHLIBDIR to LIBDIR. SHLIBDIR is undefined in the standard case. termcap.c: Initialize a local variable to zero. Otherwise an erroneous free call can happen and clobber the calling program. Seen with vi and gdb. If you have TERMCAP set with a terminal entry and set TERM with something like huhu, vi and gdb core dumps.
* Remove ${DESTDIR} from link-macros. Already applied behind the scenes.phk1994-11-181-4/+4
|
* Install shared libraries in ${SHLIBDIR} instead of in ${LIBDIR}.bde1994-11-141-4/+4
| | | | Add missing ${DESTDIR}'s.
* Forget to change = to += in previous commitache1994-11-081-1/+1
|
* Add missing link for shared libtermlibache1994-11-081-0/+4
|
* Correct the man page extent.jkh1994-08-081-1/+1
| | | | Submitted by: jkh
* Do not create link for *lib_p.a if you are not installing profiled libraries.rgrimes1994-05-271-2/+4
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+13
OpenPOWER on IntegriCloud