Deleted Added
full compact
Makefile (26510) Makefile (27788)
1#
1#
2# $Id: Makefile,v 1.129 1997/06/08 14:03:23 jhay Exp $
2# $Id: Makefile,v 1.130 1997/06/08 15:04:06 jfieber Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
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
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
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.
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

--- 485 unchanged lines hidden ---
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

--- 485 unchanged lines hidden ---