summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Add libscsi to includes targetache1995-01-241-1/+2
|
* Add libforms to includes targetache1995-01-241-1/+2
|
* `make world' fixes from Pat Barron, Mark Murray.wollman1995-01-211-1/+4
| | | | Closes PR #156.
* Add libcom_err to `includes' target so CLOBBERing the world works again (wewollman1995-01-201-1/+2
| | | | hope).
* Added `compile_et' and `mk_cmds' to lib-tools target, as they are neededwollman1995-01-191-1/+6
| | | | | 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).
* Delete obsolete references to kerberosIV.wollman1995-01-131-23/+1
|
* Ack! Mk must go before cleandist in the world rule now. Otherwisejkh1995-01-111-2/+2
| | | | | cleandist will fall over at gnu/lib/libreadline/doc when bsd.info.mk is not found.
* Added new lib-tools target used in make world which rebuilds andnate1995-01-031-2/+14
| | | | | installs 'ar', 'nm', and 'ranlib' to avoid bootstrapping problems from the old utils which don't support the long archive names.
* Add libtermcap to includes targetache1994-12-041-1/+2
|
* More changes for the "distribute" target.phk1994-11-141-5/+11
|
* Add gnu/include to includes targetache1994-11-081-1/+2
|
* Make make world -DCLOBBER work again .. grrrpst1994-11-011-1/+3
|
* For those who want a little more control over their build process...wollman1994-10-151-1/+37
| | | | | | | | | | | | | | | | | | | 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.)
* Add libdialog to beforeinstall sectionache1994-10-111-1/+2
|
* libmytinfo, libncurses added to 'make beforeinstall' sequenceache1994-10-081-1/+3
|
* If WANT_MSUN is defined then math.h needs to be installed from thepaul1994-09-301-1/+4
| | | | msun library.
* make includes needs to do a beforeinstall in libskeypst1994-09-291-1/+2
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-16/+16
| | | | | | | | - 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.
* Spell hierarchy correctly :-(.rgrimes1994-09-231-5/+5
|
* Converted to use release/Makefile hieriarchy:.rgrimes1994-09-231-6/+7
| | | | Disabled SUBDIR+= etc until I get done with the conversion.
* Need to call on libmd in "includes" target.phk1994-09-191-1/+2
|
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-161-4/+8
| | | | | | 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.
* Enable call to beforeinstall for libg++ and add one for libreadline.rgrimes1994-09-121-3/+3
|
* Changes required for bringing in eBones (kerberosIV - des + des ;-))csgr1994-09-091-3/+23
| | | | | | - check for directory "eBones" - add checks for define "NOEBONES" - get includes and libraries targets set up.
* Taken update rule out of world target so it doesn't try and sup andpaul1994-09-031-14/+5
| | | | | | | | | | | 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
* Removed an echo about directories not being enabled.paul1994-08-261-2/+1
| | | | | | | I removed libkern for the libraries target in the last commit too but forgot to mention it. Reviewed by: Submitted by:
* Added an update target. It does nothing by default but youpaul1994-08-261-7/+18
| | | | | | | | | | | | 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:
* Added libkern to list of libraries to build.paul1994-08-251-19/+8
| | | | | | | Deleted mdec target, the bootblocks should get built during the normal build process now that the sys/Makefile works. Submitted by: Paul Richards
* Removed all refernces to *26 directories.paul1994-08-251-4/+4
| | | | | Reviewed by: Submitted by:
* - turn NOCRYPT offcsgr1994-08-201-9/+16
| | | | | | | | | | - 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
* Whoops, nuke libobjc until we have it too.jkh1994-08-161-2/+2
| | | | Submitted by: jkh
* cc -> cc26 for now.jkh1994-08-141-4/+4
| | | | Submitted by: jkh
* Kill an errant libg++ entry.jkh1994-08-141-2/+2
| | | | Submitted by: jkh
* This is the first attempt to drag the top level Makefile Rod sent mejkh1994-08-131-12/+214
| | | | | into 2.0. It will surely need more work. Submitted by: jkh
* Remove kerberosIV until it works or is replace with eBones.. It'sjkh1994-08-101-1/+1
| | | | | hosing my build worlds.. Submitted by: jkh
* Remove `old' directory.jkh1994-08-071-1/+1
| | | | Submitted by: jkh
* Whap games too, for now. As people add this stuff back, they canjkh1994-08-071-1/+1
| | | | | | change the Makefiles, but I'm trying to get as much of the world to build as possible at the moment. Submitted by: jkh
* Remove contrib, add gnu to reflect current state of the tree so that I canjkh1994-08-071-1/+1
| | | | | at least build obj links from the top. Submitted by:
* BSD 4.4 Lite Top Level Sourcesrgrimes1994-05-271-0/+16
OpenPOWER on IntegriCloud