| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
lib/lib/pcap -> lib/libpcap.
|
| |
|
| |
|
|
|
|
|
|
| |
kludgeous install rule in perl/x2p.
Pointed out by: rgrimes
|
|
|
|
|
| |
Reviewed by: roberto
Submitted by: Remy.Card@blaise.ibp.fr
|
|
|
|
| |
Submitted by: wolf@kintaro.cologne.de
|
|
|
|
| |
include file (gnuregex.h) in the includes target.
|
|
|
|
| |
to release.
|
|
|
|
| |
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
|
| |
|
| |
|
|
|
|
| |
Closes PR #156.
|
|
|
|
| |
hope).
|
|
|
|
|
| |
to build `libss'. Also delete bogus old /usr/sbin/compile_et at this time
(sorry, it was the only way I could think of to make sure it died).
|
| |
|
|
|
|
|
| |
cleandist will fall over at gnu/lib/libreadline/doc when bsd.info.mk
is not found.
|
|
|
|
|
| |
installs 'ar', 'nm', and 'ranlib' to avoid bootstrapping problems from
the old utils which don't support the long archive names.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added two new targets, `most' and `mostinstall', which compile and
install (respectively) just the binaries from just the ``core'' parts
of the system. This makes it easier to do something like the following
(which I do):
# cd /usr/src
# make obj depend
(scrutinize make output)
# make most
# make mostinstall
...which will not confuse things by installing new libraries, /usr/share,
games, gcc (two extra times), and so on. Obviously, if you do this, then
you have to be careful to watch for changes in include files and make macros,
and do the appropriate thing in those cases. (It usually still doesn't
involve building GCC three times or libc six.)
|
| |
|
| |
|
|
|
|
| |
msun library.
|
| |
|
|
|
|
|
|
|
|
| |
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions,
and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.
|
| |
|
|
|
|
| |
Disabled SUBDIR+= etc until I get done with the conversion.
|
| |
|
|
|
|
|
|
| |
arrange for that directory to get created by mtree. Also, process secure
directory after all the others, because the programs there may overlay
ones installed from the main part of the tree.
|
| |
|
|
|
|
|
|
| |
- check for directory "eBones"
- add checks for define "NOEBONES"
- get includes and libraries targets set up.
|
|
|
|
|
|
|
|
|
|
|
| |
update every time you build world if you've enabled it.
Merged all the gnu library targets into one. libg++ isn't in the
gnu/lib/Makefile anyway so it's still disabled.
Enabled building of lex library -- this was stopping make world working.
Submitted by: Paul Richards
|
|
|
|
|
|
|
| |
I removed libkern for the libraries target in the last commit too but
forgot to mention it.
Reviewed by:
Submitted by:
|
|
|
|
|
|
|
|
|
|
|
|
| |
can enable things in /etc/make.conf if you wish for those
who might want to use it.
directories has got enabled by this patch too whch I hadn't meant
to do but there's no harm in it since the mtree stuff has been
pulled over now.
Reviewed by:
Submitted by:
|
|
|
|
|
|
|
| |
Deleted mdec target, the bootblocks should get built during
the normal build process now that the sys/Makefile works.
Submitted by: Paul Richards
|
|
|
|
|
| |
Reviewed by:
Submitted by:
|
|
|
|
|
|
|
|
|
|
| |
- add NOSECURE and NOKERBEROS
- turn NOKERBEROS on
- add secure directory
(NOCRYPT now has a blanket effect over src/secure and src/kerberosIV,
while NOSECURE and NOKERBEROS control these indiviually.)
Submitted by: Geoff
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
|
| |
into 2.0. It will surely need more work.
Submitted by: jkh
|
|
|
|
|
| |
hosing my build worlds..
Submitted by: jkh
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
|
|
| |
change the Makefiles, but I'm trying to get as much of the world to
build as possible at the moment.
Submitted by: jkh
|
|
|
|
|
| |
at least build obj links from the top.
Submitted by:
|
|
|