Commit Graph

114 Commits

Author SHA1 Message Date
christos
ce88ebe827 Propagate the fix to Makefile.inc 1998-09-27 16:30:31 +00:00
christos
ee5bcaffb1 Don't add LDADD dependencies in the libamu build. 1998-09-27 16:28:54 +00:00
tv
1428a599bf Rethink the origins of LDSTATIC. Instead, use an option NOLINKLIB, which
builds and installs only what is necessary to link and run binaries, when
the library is not externally useable.
- NOPIC: Create and link against a static library.
- PIC: Create, link against, and install a shared object.
- PIC+LDSTATIC: Create and link against a static library; create and
  install a shared object.
1998-09-13 23:25:18 +00:00
christos
01c4ec85f3 Change amq string size to 10K from 1K so that we can print large versions. 1998-08-08 22:52:59 +00:00
christos
ac8587765d Resolve corn-flakes and remove obsolete files 1998-08-08 22:33:27 +00:00
christos
0d352ac375 Import a16, with some local fixes... 1998-08-08 22:05:22 +00:00
mycroft
1f86e5830d const poisoning. 1998-07-27 00:52:00 +00:00
mrg
2beab49a06 - use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:45:41 +00:00
mycroft
9c56569322 Change some variable names to reflect changes in the previous revision. 1998-05-05 08:59:56 +00:00
tv
5c58321a6f mk-amd-map severe breakage fixes as pointed out by noud@knot.nl:
- use dbm_close() so that the file actually gets written to disk
- rename %s.db, not *s.{dir,pag}; we use Berkeley DB, not ndbm.
1998-04-23 11:51:07 +00:00
tv
a40db43400 missed 3 lines on sync 1998-04-12 21:38:58 +00:00
tv
3d6a264267 sync with Makefile.inc 1998-04-12 21:09:35 +00:00
tv
5321eb363d PIC systems no longer build libamu.a; depend them on libamu_pic.a. 1998-04-12 20:45:05 +00:00
tv
99a2626b0e Make use of NOSTATICLIB addition to <bsd.lib.mk> 1998-04-09 00:52:06 +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
e1463ca305 sync with install changes from amd/Makefile 1998-04-07 19:33:09 +00:00
tv
ecaca3d6a7 No build environment is installed for libamu; install only the shared
library, and only if on a non-NOPIC system.
1998-04-07 16:36:02 +00:00
mrg
90abe03d9c use static int instead of static 1998-03-30 02:37:43 +00:00
fvdl
6559ed7a58 Fix these for ufs/ufs/ufsmount.h usage. Missed in the merge. 1998-03-01 23:48:58 +00:00
fvdl
e5bc90f40c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
wrstuden
6cd4f9d65d Up the minor number for libamu.so to 1. The update in January
added new routines, so we have a new interface.

Aproved by christos.
1998-02-20 07:43:09 +00:00
perry
3fe138c146 RCS Id Police. 1998-01-09 08:03:16 +00:00
christos
1815a8d4a4 Resolve RCSID conflicts; hopefully this is the last time :-) 1997-10-26 00:24:41 +00:00
christos
5d8bee0f9f New version from Erez 1997-10-26 00:02:11 +00:00
lukem
0a94f4f077 use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
lukem
6e1d64c8d1 quieten gcc -Wall 1997-10-23 06:29:16 +00:00
lukem
f0fe153c0a use CPPFLAGS instead of CFLAGS 1997-10-23 06:27:34 +00:00
lukem
f5bf267d90 enable WARNS=1 by default, but disable in unclean 3rd party code 1997-10-18 06:42:25 +00:00
lukem
df4958aa0b getopt returns -1 not EOF 1997-10-17 00:07:21 +00:00
lukem
f0923775df fix race condition when building libamu with make -j 1997-10-16 05:18:41 +00:00
christos
fcc796698e Fix printf format warnings. 1997-10-10 16:12:10 +00:00
christos
81dbba7d10 PR/4082, PR/4149: amd dumps core if a server is down, amd cannot mount
filesystems from servers that fail the portmapper version test [lanman].
1997-10-10 16:11:12 +00:00
christos
c1b53cf091 Fix remaining warnings. 1997-09-26 17:08:09 +00:00
christos
5d124d82c6 Resolve conflicts; Damned RCSid's... I should fix the amd2netbsd script
to strip them.
1997-09-26 16:59:40 +00:00
christos
04c4910102 Import am-utils-6.0a12 1997-09-26 16:05:48 +00:00
veego
c219cd3ba0 Restore revision 1.3: 'make depend' needs a config_local.h in the SRCS=
line of libamu/Makefile
1997-09-23 08:46:25 +00:00
veego
1a9080a871 Restore one change from revision 1.4: 'make depend' needs a config_local.h
in the SRCS= line of libamu/Makefile
1997-09-23 08:40:57 +00:00
christos
2903fbdf71 Resolve conflicts. 1997-09-22 22:09:51 +00:00
christos
30d4fdf78e Import am-utils-6.0a11 1997-09-22 21:11:12 +00:00
veego
2e55dbcfd0 Sync it for libamu/Makefile. 1997-09-07 21:56:12 +00:00
thorpej
aeeac5d7fd Fix usage with NIS+ servers in NIS compat mode, which was lost in the
last amd update.  From Matthieu Herrb <matthieu@laas.fr>, PR #4023.
1997-08-26 19:47:19 +00:00
christos
031eafc65a PR/3939: enami tsugutomo: amd fails to detect endianness. 1997-08-05 12:02:49 +00:00
veego
fef34ddd17 Add config_local.h to SRCS so it is created before a make depend.
Finnaly fixes pr#3919.
1997-07-28 13:08:05 +00:00
christos
3b1ba66d76 - Make the yacc .h file generation more sane from Juergen Hannken-Illjes
- PR/3919: Thorsten Frueauf: Add config_local.h to CLEANFILES and remove
  it from the repository.
1997-07-28 00:46:55 +00:00
christos
5653c61f64 Restore from death. 1997-07-25 00:29:21 +00:00
christos
4c3f8ff516 Remove unnecessary files. 1997-07-25 00:21:57 +00:00
christos
eab39f597e Commit am-utils6.0a8 1997-07-24 23:16:10 +00:00
christos
5feec48523 Import of Erez Zadok's am-utils 1997-07-24 21:19:53 +00:00
cgd
c917dfb5b2 Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
.Dd is supposed to be invoked like:
	.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
	.Dd "month day, year"
which is what these pages did.
1997-05-29 01:48:05 +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