Deleted Added
full compact
Makefile (25979) Makefile (25980)
1#
1#
2# $Id: Makefile,v 1.125 1997/05/13 18:11:38 peter Exp $
2# $Id: Makefile,v 1.126 1997/05/21 19:41:16 jkh Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DLOCAL_DIRS to add additional dirs to the SUBDIR list
7# -DMAKE_EBONES to build eBones (KerberosIV)
8# -DALLLANG to build documentation for all languages
9# (where available -- see share/doc/Makefile)
10#
11# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
12# -DNOCLEAN do not clean at all
13# -DNOCRYPT will prevent building of crypt versions
14# -DNOLKM do not build loadable kernel modules
15# -DNOOBJDIR do not run ``${MAKE} obj''
16# -DNOPROFILE do not build profiled libraries
17# -DNOSECURE do not go into secure subdir
18# -DNOGAMES do not go into games subdir
19# -DNOSHARE do not go into share subdir
20# -DNOINFO do not make or install info files
21# -DNOLIBC_R do not build libc_r.
6# -DMAKE_EBONES to build eBones (KerberosIV)
7# -DALLLANG to build documentation for all languages
8# (where available -- see share/doc/Makefile)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
11# -DNOCLEAN do not clean at all
12# -DNOCRYPT will prevent building of crypt versions
13# -DNOLKM do not build loadable kernel modules
14# -DNOOBJDIR do not run ``${MAKE} obj''
15# -DNOPROFILE do not build profiled libraries
16# -DNOSECURE do not go into secure subdir
17# -DNOGAMES do not go into games subdir
18# -DNOSHARE do not go into share subdir
19# -DNOINFO do not make or install info files
20# -DNOLIBC_R do not build libc_r.
21# LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
22
23#
24# The intended user-driven targets are:
25# world - rebuild *everything*, including glue to help do upgrades.
26# reinstall - use an existing (eg: NFS mounted) build to do an update.
27# update - convenient way to update your source tree (eg: sup/cvs)
28# most - build user commands, no libraries or include files
29# installmost - install user commands, no libraries or include files

--- 484 unchanged lines hidden ---
22
23#
24# The intended user-driven targets are:
25# world - rebuild *everything*, including glue to help do upgrades.
26# reinstall - use an existing (eg: NFS mounted) build to do an update.
27# update - convenient way to update your source tree (eg: sup/cvs)
28# most - build user commands, no libraries or include files
29# installmost - install user commands, no libraries or include files

--- 484 unchanged lines hidden ---