Commit Graph

77 Commits

Author SHA1 Message Date
lukem 48f0a88e92 fix up Nm usage 1998-06-08 12:34:15 +00:00
enami 10a773225e When YYDEBUG is defined, return same value as when it is not defined (in
other words, act same except debugging code).
1998-05-07 05:26:35 +00:00
fair dc026e0515 Change occurrences of "UNIX" to .Ux or .At as appropriate. 1998-04-28 06:00:51 +00:00
veego 924ae4ad39 We don't need the extra make for mkhits.
The extra make would build mkhits again if you do a make clean.
1998-04-12 15:30:15 +00:00
tv 482063559a .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.
1998-04-09 00:32:31 +00:00
tv 03caac8f9c fix a minor dependency problem on mkmake 1998-04-09 00:27:47 +00:00
tv 121c040638 -Wall: remove extraneous extern 1998-04-07 19:24:38 +00:00
cgd a36b788c3f For the record, (c = *string++) should _NOT_ be turned into
((c = *string++) != '0') when quashing warnings.
1998-04-04 01:02:09 +00:00
thorpej f96aa26b70 Fix types lossage on the Alpha. 1998-03-11 16:49:19 +00:00
thorpej a4bb51f3d2 Fix some type lossage on the Alpha. 1998-03-11 09:00:00 +00:00
christos 64c0f1d1f2 Remove declaration of htons 1998-03-10 13:49:55 +00:00
enami aaa7acea7c Fix typo; s/TMPFunc.out/TMPfunc.out/ 1998-03-10 09:52:41 +00:00
christos e06bafa12e make mkhits before making depend. 1998-03-10 08:28:21 +00:00
christos 861d065b3a Forgot to commit this one?!?! 1998-03-09 21:34:13 +00:00
christos 384f305f13 Fix a debugging macro 1998-03-06 18:11:53 +00:00
christos eae55ce3e5 oops... tyop 1998-03-04 13:44:48 +00:00
christos 2dbdac9937 - WARNSify
- add missing programs (mkmake, prt3270)
1998-03-04 13:16:04 +00:00
christos a4fe7ad4f6 Move them via repository copy to their own directories. 1998-03-04 13:05:00 +00:00
veego c541a8e0d7 Add CPPFLAGS+=-I${.CURDIR}/../../../lib for libtelnet/misc.h. 1998-02-28 12:38:58 +00:00
jtc 9a0063c6d6 Simply include -lcurses instead of -lcurses -ltermcap 1998-02-18 22:47:41 +00:00
thorpej 1ed9f7e142 Always include <string.h> for string prototypes. 1998-02-04 21:32:23 +00:00
thorpej c85905a814 Change a couple of exit()s to _exit(), so that they're safe for vfork(). 1997-12-31 06:12:20 +00:00
mycroft 7baf315b3c Nuke trailing comma in SEE ALSO section.
Also fix some other formatting glitches.
1997-11-01 06:25:29 +00:00
veego aea22d6b9c Don't use " inside an '.if exists()' 1997-10-24 12:14:57 +00:00
lukem 453cc6eead usr CPPFLAGS instead of CFLAGS, move common settings into Makefile.inc 1997-10-24 07:52:03 +00:00
mrg 4f4ba42ae8 disable WARNS here for now. 1997-10-20 03:35:06 +00:00
perry 4c79cc7435 fix 3884 from SAITOH Masanobu 1997-07-18 23:31:00 +00:00
mycroft caabb7f9be Clean up these Makefiles some more. 1997-05-09 15:04:03 +00:00
mycroft ed67bf81a0 Use DPSRCS. 1997-05-09 13:28:39 +00:00
mycroft cc4a1553a1 Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
mycroft fd8daf980e Add .MAKE to the .OBJDIR hacks, so they work with `make -n'. 1997-05-07 07:15:34 +00:00
gwr 012e528f2e Use .PATH.c: ... 1997-05-06 20:44:56 +00:00
mikel 75418659ae use mkstemp() and plug memory leak; fixes PR bin/3517. 1997-04-23 07:11:09 +00:00
christos 3917c3179d - Makefile cleanups 1997-03-24 21:57:01 +00:00
cgd bd158ef43d use ${MKDEP} (and ${MKDEPFLAGS}) properly; from Thorsten Freauf in PR
bin/3325.
1997-03-13 23:23:38 +00:00
mikel ee2f9698ff use ${MKDEP} (and ${MKDEPFLAGS}) properly; from Thorsten Freauf in PR
bin/3325.
1997-03-13 04:24:38 +00:00
mouse 650ee578da alternate -> alternative, per PR 2643 1997-03-08 14:13:54 +00:00
cgd 91fbda1d8b tn3270 shouldn't try to do magic depending on the setting of
EXPORTABLE_SYSTEM.  Additionally, since it doesn't actually use libtelnet
for any of the 'interesting' features, it shouldn't be using libtelnet
at all (because that adds some serious headaches and problems, on ELF
systems with shared libraries, which cannot be easily addressed and
don't actually _have_ to be).  Now it simply pulls in genget.c from
the libtelnet source, and builds it locally.
1997-02-13 00:30:25 +00:00
tls 9d225a1783 RCS ID police 1997-01-09 20:18:21 +00:00
mikel 1d2de6e812 /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401.
(also /etc/map3270 -> /usr/share/misc/map3270).
1996-11-12 08:19:52 +00:00
cgd 418b1071e0 include bsd.own.mk at the top, so checks of EXPORTABLE_SYSTEM work as
intended.
1996-06-14 17:22:05 +00:00
jtk bfd87b38e4 merge fix from 1.2 branch: pr#2438 on tn3270/libtelnet build fixes for domestic libtelnet 1996-06-09 16:09:56 +00:00
cgd faf2b8bb49 since we're going to use the mem*() functions, we need them prototyped
so that the return types work right on the Alpha.
1996-02-16 03:08:39 +00:00
thorpej 4e1c709e0c Make tn3270 compile again, from Lennart Augustsson <augustss@cs.chalmers.se>
in PR #1873.
1996-01-01 02:16:34 +00:00
cgd ff5fc3cf84 delete bogus declaration of abort() and include stdlib.h, so that this
compiles w/o warning.
1995-12-11 23:22:09 +00:00
cgd 738ad05ece fix parallel build changes: at minimum, tools also needs to be
included in subdir list if making 'obj' or 'lint'.  I don't particularly
trust this way of adding things; !make(install) was much more obvious,
and safer in the face of addition of new build targets.
1995-11-22 05:38:58 +00:00
christos 5debbee36d Makefile changes for parallel make support 1995-10-22 00:13:41 +00:00
thorpej de321ad16f Conversion from sgtty to termios, from Scott Reynolds <scottr@plexus.com>. 1995-10-10 04:18:01 +00:00
cgd 2e659538b6 string.h, and clean up signal handler-related warnings. 1995-04-29 05:56:57 +00:00