ugen
216e2af04b
Fix to h2ph "undefined function" bug
...
i reported today earlier..tested and works OK..
( To those who want to experience bug try running aub
with old version of socket.ph and with new one or just any
perl script "requiring " <sys/socket.ph> or <sys/cdefs.ph> )
1995-02-03 15:16:03 +00:00
bde
14f499e5c7
Look for files to install first in the object directory, then in the
...
source directory.
Don't create target directories at install time. mtree already handles
them correctly.
1995-02-02 17:44:02 +00:00
bde
7a22eb0731
Fix reading of stack addresses from core files. USRSTACK now really is
...
the (top of the) user stack.
1995-01-31 18:07:36 +00:00
wpaul
86715246c4
Added SUNDIR entry for yppush
1995-01-31 09:48:48 +00:00
wpaul
41d13cf350
Obtained from: The NYS project
...
This is a ported/modified version of the yppush program from the
yps-0.21 package from the NYS project. This program is used to propagate
updated NIS maps from an NIS master to an NIS slave. It's normally invoked
by /var/yp/Makefile.
This version of yppush has been modified in the following ways:
- Cleared up several Linux/BSD incompatibilities, largely involving
header files.
- converted from GDBM to DB with extreme predjudice. (well, not really...)
- removed lots of ugly debugging code that really didn't do anyone any good.
- Fixed a couple of inaccurate/badly formatted error messages.
- Renamed some functions to avoid collisions with certain YP routines
hidden inside libc.
- Small signal handling kludge: Linux has different struct sigaction
that us.
- Incorporated some functions from the yps-0.21 library that yppush was
dependent on.
Like ypxfr, this works, but could use come cleaning up.
1995-01-31 09:47:11 +00:00
jkh
f7294b77fd
Fixed up the text a bit, attribute NetBSD properly.
1995-01-31 04:36:48 +00:00
ats
b4abec3d5e
Submitted by: Philippe Charnier <charnier@lirmm.fr>
...
Install the man page, now that we have one.
1995-01-29 02:16:01 +00:00
bde
e536327446
Install man.local in the correct directory. Apparently everyone is using
...
the version installed from /usr/share. It's hard to eliminate old versions
- few Makefiles have `uninstall' targets and sup/ctm tends to blow away
old Makefiles.
This Makefile needs more work. Stuff is built at install time...
1995-01-26 06:00:40 +00:00
jkh
87dbeba47b
Finally add a freakin' man page for tar!
...
Submitted by: John F. Woods <jfw@jfwhome.funhouse.com>
Obtained from: NetBSD
1995-01-26 00:14:11 +00:00
bde
9d631032bb
Remove stale NOOBJ.
...
Use standard clean and cleandir targets.
1995-01-25 19:26:31 +00:00
bde
d027e69010
Makefile.tty:
...
Initialize CLEANFILES. All tty FONTFILES are objects.
1995-01-25 19:25:20 +00:00
bde
8f80a82d24
Makefile.dev:
...
Don't initialize CLEANFILES here. Many FONTFILES are sources and required
special clean rules to avoid cleaning.
Makefile.tty:
Initialize CLEANFILES. All tty FONTFILES are objects.
1995-01-25 19:19:03 +00:00
bde
a58f05812a
Fix path to makeinfo.
1995-01-24 04:13:34 +00:00
jkh
b4c26b2f80
Fix bogus dummy rule (sigh).
1995-01-23 23:43:35 +00:00
jkh
f188edbf42
Fix bogus install rule.
1995-01-23 21:30:18 +00:00
ache
496ce22ade
Infopages cleanup
1995-01-22 22:45:07 +00:00
ache
16946f3787
Add doc subdir
1995-01-22 21:56:38 +00:00
ache
a45b3b018f
Add missing infopages
1995-01-22 21:54:49 +00:00
bde
17342368b9
Don't build kgdb. It should go away soon.
1995-01-19 17:03:28 +00:00
bde
5f909271d1
Fix installation of the link to tmac.an. $(FOO} doesn't work.
1995-01-19 15:58:34 +00:00
ache
5a8f534a66
Remove sneaked tabs
...
Submitted by: Ollivier Robert
1995-01-19 10:39:22 +00:00
ache
f5f5f9ee3f
Install additionly S and L text fonts, needed for BSD docs formatting
1995-01-17 22:02:34 +00:00
ache
70fe30ff17
Use nroff instead of groff in %nroff% macro, becasue
...
nroff shell script pass additional internal parameters to groff
1995-01-17 21:12:05 +00:00
ache
a6c1efb584
Oops, forget to add \{ \} in prev. commit
1995-01-17 21:08:33 +00:00
ache
5dd705538c
Fix for 8bit clean ctype
1995-01-17 20:36:26 +00:00
ache
d185b45f4e
koi8-r added
1995-01-17 20:17:31 +00:00
ache
f5462eb12f
Back out prev change, don't load tty-char directly, it is already done
...
into nroff shell script
1995-01-17 20:11:04 +00:00
ache
8c49c5dc7b
Load russian hyphentation for -Tkoi8-r
1995-01-17 20:08:42 +00:00
ache
52c85fb013
Build ngroff instead of groff now
1995-01-17 19:28:56 +00:00
ache
926f8af8ac
afterinstall --> beforeinstall to make LINKS work
1995-01-17 19:05:12 +00:00
ache
17e966773c
Remove unnecessary complex renaming after nuking BSD tmacs
1995-01-17 18:49:52 +00:00
ache
023867e0d0
Rename tmacs properly (me)
...
Strip renamed pages before install
1995-01-17 18:31:07 +00:00
ache
85dc3d942c
Add missing file
1995-01-17 17:51:52 +00:00
ache
ac8021d5bf
Add missing psroff.sh (for compatibility with old groff)
1995-01-17 17:36:19 +00:00
jkh
17a20d2fac
Here's a patch to gdb-4.13 to add dyadic frames, as per J"org Wunsch.
...
Could somebody apply it?
Submitted by: gj
1995-01-17 13:52:39 +00:00
ache
d13dcf3306
Remove troff chars emulation, handled better via tmac.tty-char
1995-01-17 01:08:03 +00:00
ache
b2697d3e9d
Back out 1.x changes (additional troff chars), now handled
...
via tmac.tty
1995-01-17 01:01:56 +00:00
ache
40a6e3ef32
Define troff chars in more nice way than defining them into
...
devascii R.proto (will be fixed too)
1995-01-17 00:58:05 +00:00
ache
fe60b5cd8b
Move MANSRC defining rule (fix for obj subdir) to top level
...
Makefile.cfg, needed not only in man subdir
1995-01-17 00:42:27 +00:00
ache
dc4f07b048
Add russian hyphentation rules
1995-01-17 00:35:51 +00:00
ache
171f6ffdef
Add koi8-r referred to tmac.tty
1995-01-17 00:21:30 +00:00
ache
486bb610b8
Add koi8-r as valid -T option
1995-01-17 00:13:15 +00:00
ache
21d3d49a1d
Add devkoi8-r to SUBDIR
1995-01-17 00:06:29 +00:00
ache
5ab215a6b1
Add koi8-r device (russian charset)
1995-01-17 00:04:14 +00:00
ache
1eaa1bb48d
Fix install target when obj subdir present
1995-01-16 23:17:06 +00:00
ache
5f5deb040d
Don't call $(SHELL) for mdate.sh, call its directly.
...
Old method don't works, if login shell != sh && != bash
1995-01-16 23:02:07 +00:00
ache
dd627db19f
Remove */doc
1995-01-16 17:53:43 +00:00
ache
fe94006281
Add doc to SUBDIR
1995-01-16 17:49:20 +00:00
ache
fb34b69448
Add doc to SUBDIR list
1995-01-16 17:40:57 +00:00
ache
a0e48c2a72
Back out my ascii->latin1 change, too many special chars
...
appearse after it (f.e. hyphentate and such) which looks
very different in different code pages
1995-01-16 17:18:03 +00:00