Garrett Wollman
e7f8d55240
Slightly more complete implementation of SUBDIR for libraries.
1995-01-14 22:18:15 +00:00
Garrett Wollman
83fc2a702a
Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk.
1995-01-14 22:14:54 +00:00
Jordan K. Hubbard
314bc6245e
The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mk
...
when creating the obj link. While bsd.prog.mk inconditionnaly creates
a link in /usr/obj, bsd.doc.mk tests if the source tree is contained in
/usr/src. If so, it creates a link to /usr/obj. If the source tree
is contained in another directory, bsd.doc.mk creates an obj subdirectory.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:49:54 +00:00
Jordan K. Hubbard
af8dd62b9a
The enclosed patch is a cosmetic change to bsd.prog.mk. When
...
a program directory has subdirectories, make now prints "===> dir/subdir"
instead of "===> subdir". This is modeled after the rules contained in
bsd.subdir.mk.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:48:49 +00:00
Jordan K. Hubbard
d9584d768f
Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,
...
not bin. Hmmm.
1995-01-14 07:51:10 +00:00
Jordan K. Hubbard
533c1db8da
Whoops! Correct cut-and-paste gaffe.
1995-01-12 08:21:31 +00:00
Jordan K. Hubbard
161e6a3e83
Add an ID line at the top (this thing still needs some sort of
...
copyright, Andrew).
Add support for the distribute target.
1995-01-12 08:20:25 +00:00
Andrey A. Chernov
41c4bc57c7
Use absolute path for install passed to configure
...
to disallow prepending ../ in second level Makefiles
1995-01-12 02:29:42 +00:00
Garrett Wollman
9e681ba3da
Always delete ${DOC}.ps and ${DOC}.ascii in the clean target, no matter what
...
${PRINTER} is set to.
1995-01-11 19:58:03 +00:00
Satoshi Asami
fb097df2ce
Typo!
1995-01-11 08:53:28 +00:00
Satoshi Asami
1deaf2e347
Add missing ! in front of pipeline for extract commands---otherwise
...
it would exit on *successful* extraction.
1995-01-11 08:50:48 +00:00
Garrett Wollman
be3dff6e36
Add .MAIN: all so that extraneous targets don't confuse `make'.
1995-01-11 02:41:09 +00:00
Garrett Wollman
d448c6a94f
Add standard before/real/afterinstall support like in bsd.prog.mk.
1995-01-11 02:27:01 +00:00
Garrett Wollman
83a924ecc9
Fix last .endif.
1995-01-11 02:06:58 +00:00
Garrett Wollman
25514a1236
Changes to make /usr/share/doc work somewhat right. (SMM commits
...
to follow soon.)
1995-01-11 00:00:11 +00:00
Jordan K. Hubbard
8b9d60735d
Catch case where extraction fails. Thanks!
1995-01-10 12:23:44 +00:00
Andrey A. Chernov
e9474ecf20
Use .MAIN: all
1995-01-07 16:39:38 +00:00
Andrey A. Chernov
10d65ca957
Move pre-extract target inside COOKIE
...
Add checksum check for extract, if checksum file present
1995-01-06 22:14:12 +00:00
Satoshi Asami
d5ca901589
Sort out dependencies. Now they look like:
...
patch: extract
configure: depends patch
build: configure
install: build
Does this look ok?
1995-01-05 08:15:53 +00:00
Jordan K. Hubbard
edf9e79525
Typo fix from Ollivier Robert.
...
Submitted by: ollivier
1995-01-05 02:15:05 +00:00
Jordan K. Hubbard
333881d516
Rename check-md5 target to checksum.
...
Submitted by: gpalmer
1995-01-05 01:46:05 +00:00
Jordan K. Hubbard
e5d85be85c
Gary Palmer's patches for checksumming and description.
...
Submitted by: gpalmer
1995-01-04 23:06:38 +00:00
Andrey A. Chernov
8558dc3f69
Fix BINMODE to override sys.mk defaults
1995-01-04 22:43:52 +00:00
Andrey A. Chernov
b4289364f2
Remove INSTALL, now into sys.mk
1995-01-04 22:32:40 +00:00
Andrey A. Chernov
4b99b57547
Fix building of target with multiply sources
1995-01-04 22:01:58 +00:00
Andrey A. Chernov
69234255f2
Fix error in clean target
1995-01-04 21:34:13 +00:00
Andrey A. Chernov
0133d0c591
Much improved variant
1995-01-04 21:29:32 +00:00
Jordan K. Hubbard
2511bc4a15
Put depends before configure. No reason that I can see for putting it after,
...
and it breaks mule the way it is now.
1995-01-04 09:58:39 +00:00
Jordan K. Hubbard
bb3c97bf74
Some of the doc here was less than adequately fleshed-out. Make some
...
feeble attempt to do so.
1995-01-04 08:30:33 +00:00
Jordan K. Hubbard
ad2a7583d6
Document describe target.
1995-01-04 07:35:46 +00:00
Jordan K. Hubbard
c723fc3fc8
Add describe target support.
1995-01-03 11:52:01 +00:00
Bruce Evans
b57826604c
Install bsd.info.mk.
1995-01-03 06:32:10 +00:00
Bruce Evans
71e8daee66
A generalized version of revision 1.1 of gnu/libnexex/uucp/doc/Makefile.
...
Fixes bugs in the latter: the `all' target was never up to date; there
was no `depend' target. Doesn't work for multiple info files because
it leverages bsd.doc.mk and that is broken. Info should be installed
more like man pages...
1995-01-02 12:12:00 +00:00
Bruce Evans
85ae1cf1dc
Remove `MKDEP= -p'. Now I know why lkm compiled so fast after headers
...
are changed.
1995-01-01 21:11:55 +00:00
Andrey A. Chernov
c9c9b4072b
Preset ac_cv_path_CC="${CC}" before running ./configure,
...
needed for Autoconf 2
1995-01-01 20:06:20 +00:00
Andrey A. Chernov
1974136822
Oops, forget "" for ${CC} and ${CFLAGS}...
1994-12-28 04:17:54 +00:00
Andrey A. Chernov
95f1b49e83
Set proper INSTALL* variables before running ./configure
1994-12-28 04:14:19 +00:00
Andrey A. Chernov
c74995075b
Move INSTALL?=install line duplicated into each .mk to sys.mk
...
instead
1994-12-28 03:51:03 +00:00
Andrey A. Chernov
af87f3630b
Use CFLAGS=${CFLAGS} ./configure to avoid picking dumb GNU -g default
1994-12-28 03:30:21 +00:00
Andrey A. Chernov
e887886391
Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'
1994-12-28 03:21:16 +00:00
Andrey A. Chernov
0cd1222834
Remove -T from ar, nm fixed now
1994-12-28 00:49:58 +00:00
Andrey A. Chernov
53df92ac8d
Add T option back to ar until nm will be fixed. Sorry, nate.
1994-12-24 10:07:51 +00:00
Nate Williams
45f4664c72
Strip out unused local symbols from shared objects, and no longer
...
truncate archive members to 15 characters since it's no longer
necessary.
1994-12-23 22:50:45 +00:00
Bruce Evans
14c28f38a8
Don't use `MKDEP= -p' even for the case of a single source file since we
...
always make an intermediate object file.
1994-12-22 17:20:52 +00:00
Gary Palmer
6d97ec5daa
Put dummy targets for make-md5 & check-md5 inside a
...
NO_EXTRACT ifdef so that tcpblast doesn't muck
things up
1994-12-17 21:29:38 +00:00
Gary Palmer
cf6be75886
bsd.port.mk: missing semicolon added
...
bsd.port.subdir.mk: added check-md5 as target
1994-12-17 20:50:44 +00:00
Andrey A. Chernov
50da78da7c
Automatically add gmake to DEPENDS, if USE_GMAKE
1994-12-17 02:37:26 +00:00
Andrey A. Chernov
a7e957efb2
Don't use build: ... pre-build, move pre-build inside
...
BUILD_COOKIE instead
1994-12-17 01:58:11 +00:00
Andrey A. Chernov
f9ff1b665d
patch: pre-patch ... is wrong, move pre-patch
...
inside PATCH_COOKIE
1994-12-14 05:53:09 +00:00
Jean-Marc Zucconi
e40adb1bbd
Added '${GMAKE} install.man' when installing with Imake and gmake
1994-12-12 22:32:30 +00:00