jkh
b01b790ba8
Add texinfo to the list of SUBDIR targets.
1994-09-15 11:11:32 +00:00
swallace
63f357dd4f
Added ${DESTDIR} in the line
...
CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
1994-09-15 05:17:59 +00:00
gclarkii
a7c9d6c8b5
This commit was generated by cvs2svn to compensate for changes in r2726,
...
which included commits to RCS files with non-trunk default branches.
1994-09-13 13:51:34 +00:00
gclarkii
31fbfe9beb
Import of GNU Info 3.0 in bmake format
1994-09-13 13:51:34 +00:00
rgrimes
d2516625b3
Include of bsd.prog.mk should almost always be the last line of the file.
...
Fix missing ${DESTDIR} in 2 places (rgrimes)
Submitted by: bde
1994-09-12 05:10:07 +00:00
rgrimes
8e5d951531
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
1994-09-11 21:41:41 +00:00
gclarkii
c1cd92a87b
Deleted checks for libcrypt as not nessecery for 2.0.
1994-09-11 19:55:57 +00:00
gclarkii
c2fc3688fc
Added CURDIR directives for some installs.
...
Reviewed by: Gary Clark II
Submitted by: Rod Grimes
1994-09-11 19:53:02 +00:00
gclarkii
0c6bf1f73b
Added includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)
...
Reviewed by: Gary Clark II
Submitted by: Rod Grimes
1994-09-11 19:52:29 +00:00
gclarkii
227a0d1584
Changed AF_LOCAL to AF_LOCAL_XX so as not to conflict with 4.4 socket.h
...
Added casts to shutup warnings in doio.c
1994-09-11 03:17:33 +00:00
gclarkii
1da28de8c9
This commit was generated by cvs2svn to compensate for changes in r2635,
...
which included commits to RCS files with non-trunk default branches.
1994-09-10 06:27:55 +00:00
gclarkii
bd9f085842
Initial import of Perl 4.046 bmaked
1994-09-10 06:27:55 +00:00
paul
1b075f107b
Added some missing ${.CURDIR} and removed some that shouldn't have
...
been there. It should build and install fine with and without an
obj dir now.
1994-09-09 19:50:44 +00:00
paul
e935f018a7
Enabled send-pr
1994-09-09 19:48:23 +00:00
bde
874994c7cd
Disable one of my extensions (function profiler epilogues) that
...
we're not ready for yet. gcc and all profiled libraries will need
to be recompiled. I suspect that the dependencies aren't complete
enough to do this automatically.
1994-09-02 20:39:41 +00:00
dg
1095f127fc
Use gnumalloc to help reduce memory consumption.
1994-08-29 17:38:28 +00:00
paul
31fb6031b6
Added misc category
...
Submitted by: Paul Richards
1994-08-29 07:35:02 +00:00
paul
65de050908
Fix some bad spacing in send-pr.sh that stopped mail working,
...
changed the category selection.
Submitted by: Paul Richards
1994-08-29 06:15:30 +00:00
paul
6cece6dd2e
Set up the problem categories.
...
Reviewed by:
Submitted by:
1994-08-29 04:13:24 +00:00
paul
35b3792d9b
Added send-pr for sending in bug reports.
...
Reviewed by:
Submitted by:
1994-08-29 04:02:54 +00:00
bde
4b07d8e782
Add dependencies on libraries to DPADD. Someday this should be done
...
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
1994-08-28 18:49:06 +00:00
bde
7a562692a6
Use standard clean, cleandir and obj targets.
...
Don't use $@.
Uniformize the man Makefiles for shell scripts. It should't take such
large Makefiles to install one script and one man page each.
1994-08-28 18:33:48 +00:00
bde
72011dcfa3
Remove stale clone of obj target.
1994-08-28 18:25:55 +00:00
bde
52042be992
Add dependencies on libraries to DPADD.
...
Move another include of bsd.prog.mk to the end.
1994-08-28 18:18:19 +00:00
bde
60115a8ba9
Centralize declarations of library names.
1994-08-28 18:12:38 +00:00
bde
fc79ecf3e0
Use ${ECHO} instead of echo' so that
make -s' is fairly quiet.
1994-08-28 17:44:10 +00:00
wollman
189837a5f0
Install ld.so immutable.
1994-08-26 19:11:14 +00:00
bde
a9f5e2f0f4
Fixed Makefile for make depend some more. The .depend target was not
...
being created and config.h depended on Makefile.inc being in the wrong
directory so real dependencies were not being checked. The "depend"
target was not created either so "make depend" always found work to do.
1994-08-25 08:36:26 +00:00
paul
53b6f73ce0
Changed cc26 to cc
...
Reviewed by:
Submitted by:
1994-08-24 21:17:33 +00:00
jkh
9c110258c6
From: Tom Pavel <PAVEL@SLAC.Stanford.EDU>
...
Subject: man returns 1
In 1.1.5.1, man returns a status of 1 if the lookup succeeds and 0 if
it fails. Here is a patch for what I believe is a simple oversight:
Submitted by: jkh
1994-08-24 07:26:23 +00:00
paul
8312f29778
Fixed up everything so that the version of gcc that we install from the
...
FreeBSD system sources installs itself as the standard cc and c++. I've
fixed c++ to call cc instead of gcc and removed all the symlinks
that get created to g** version of the binaries. This means that
you can install a second version of gcc that does use the g prefix
alongside the "system" version of gcc. The only conflict is libgcc
but since we install it as libcc.so.26 and nothing else is likely
to that should be ok.
Reviewed by:
Submitted by:
1994-08-23 17:18:58 +00:00
paul
8388777da0
Added -f to rm so install doesn't abort if the file doesn't exist.
...
Reviewed by:
Submitted by:
1994-08-20 06:28:37 +00:00
dg
38d39efec5
Don't explicitly define __FreeBSD__ - this is no longer necessary.
1994-08-19 12:24:45 +00:00
wollman
723735466d
Define __FreeBSD__ to be 2.
1994-08-10 06:12:51 +00:00
jkh
da5752839b
Nuke GNU pr.
...
Reviewed by:
Submitted by:
1994-08-10 00:24:25 +00:00
jkh
c310e3ec57
Punt duplicate declaration of sys_errlist[].
...
Submitted by: jkh
1994-08-09 15:31:52 +00:00
jkh
ad74e8837e
Delete two redundant declarations of _exit() and exit().
...
Submitted by: jkh
1994-08-09 15:15:04 +00:00
jkh
98758fdaff
Remove kgdb for now until we figure out what our gdb strategy is going
...
to be (having two sucks, and this one doesn't even work for 2.0 now!).
Submitted by: jkh
1994-08-09 14:48:35 +00:00
jkh
726074b4a4
Remove redundant (and conflicting) definition of sys_errlist.
...
Submitted by: jkh
1994-08-09 12:07:44 +00:00
phk
6512454642
This commit was generated by cvs2svn to compensate for changes in r1933,
...
which included commits to RCS files with non-trunk default branches.
1994-08-08 04:45:29 +00:00
phk
4c5e434fda
This gcc-2.6.0 should work with 2.0
1994-08-08 04:45:29 +00:00
jkh
a276da7512
cc -> cc26 (until Poul-Henning decides how he wants this to look).
...
Submitted by: jkh
1994-08-07 21:00:46 +00:00
wollman
539f537fbd
Regenerate conf.h with configure script from original package.
1994-08-05 22:33:44 +00:00
wollman
263f601c86
Need -lcompat to link under 2.0.
1994-08-05 22:04:02 +00:00
wollman
a7daa1ed08
Use __GNU_P not __P.
1994-08-04 20:57:07 +00:00
phk
5ba9f35203
Here comes the right import of gcc-2.6.0.
1994-08-02 20:15:59 +00:00
phk
4d3996ec21
This commit was generated by cvs2svn to compensate for changes in r1823,
...
which included commits to RCS files with non-trunk default branches.
1994-08-02 20:15:59 +00:00
phk
49d4be764f
Here comes the right import of gcc-2.6.0.
1994-08-02 20:15:59 +00:00
jkh
032e36e1c3
Add Chris Demetriou's --unlink changes.
...
I know that I said earlier that this should be unconditional behaviour,
but I thought about it a little more and concluded that the principle of least
surprise dictates that I make it an option.
1994-06-28 07:12:43 +00:00
rgrimes
743b541787
Fix serious off by one error for FreeBSD keyword, this has been driving
...
me nuts as it was on by default and that is NOT what I wanted.
1994-06-22 00:51:42 +00:00