christos
|
8259dd08d6
|
Makefile cleanups:
use INCS variable to install includes and FILES to install objects.
|
1997-03-24 22:11:48 +00:00 |
thorpej
|
5042faf816
|
RCS id police.
|
1996-10-18 05:36:42 +00:00 |
thorpej
|
25f2d6465d
|
Use ${INSTALL}.
|
1996-10-18 05:27:38 +00:00 |
pk
|
a9c6e6dfa1
|
Make `make depend' work. For this, it was necessary to remove ${.ALLSRC}
from the build rules; it has been replaced with `${.CURDIR}/${SRCS}'.
Also, avoid "a.out" like <mk/bsd.lib.mk>.
|
1995-09-29 11:23:15 +00:00 |
pk
|
69ae425298
|
Build run-time code for use in static executables, called `scrt0.o'.
|
1995-06-05 01:57:04 +00:00 |
pk
|
846beea318
|
Factor out common code.
|
1995-06-03 13:16:03 +00:00 |
mycroft
|
3dbc1e9443
|
Patch from Giles Lean to make compilation flags more consistent.
|
1995-01-07 23:07:03 +00:00 |
cgd
|
b22a4fbae6
|
kill all gprof-related stuff; it's now in libc, and the header is elsewhere
|
1994-05-14 06:33:05 +00:00 |
cgd
|
c882b54db3
|
kill bogus install -d's. the one for /usr/include/rpcsvc is still here.
|
1994-02-10 01:10:01 +00:00 |
pk
|
12094d064d
|
Can get rid of local symbols with "ld -x -r" again.
Made LDSO #ifdef DEBUG.
|
1993-11-04 10:51:39 +00:00 |
pk
|
65fc5961b5
|
`ld -x -r crt0.o' defines __DYNAMIC as data. This we cannot use.
Disabled until I sort it out.
|
1993-10-24 01:34:24 +00:00 |
pk
|
bd67a6f934
|
Enabled __DYNAMIC.
|
1993-10-23 00:47:15 +00:00 |
deraadt
|
8cb4a5221c
|
8 spaces -> a tab
|
1993-08-10 08:35:59 +00:00 |
mycroft
|
7ea474ac33
|
Clean up automatic creation of /usr/lib.
|
1993-08-09 04:49:39 +00:00 |
mycroft
|
cda4f8f6ee
|
Add RCS identifiers.
|
1993-08-01 05:37:30 +00:00 |
mycroft
|
f6e43c3958
|
Use ${COPY}, not -c for install.
|
1993-07-18 19:17:22 +00:00 |
mycroft
|
f909f1bb33
|
Use global value of CFLAGS.
|
1993-04-24 22:48:30 +00:00 |
cgd
|
630d08dbe3
|
make sure directory to install stuff exists before installing,
and copy libs rather than mv'ing them, on install
|
1993-04-09 09:39:34 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |