Deleted Added
full compact
Makefile (19320) Makefile (19966)
1#
1#
2# $Id: Makefile,v 1.108 1996/10/25 14:22:50 bde Exp $
2# $Id: Makefile,v 1.109 1996/11/01 19:03:33 adam Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

--- 113 unchanged lines hidden (view full) ---

124#
125# Attempt to rebuild and reinstall *everything*, with reasonable chance of
126# success, regardless of how old your existing system is.
127#
128# >> Beware, it overwrites the local build environment! <<
129#
130world:
131 @echo "--------------------------------------------------------------"
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

--- 113 unchanged lines hidden (view full) ---

124#
125# Attempt to rebuild and reinstall *everything*, with reasonable chance of
126# success, regardless of how old your existing system is.
127#
128# >> Beware, it overwrites the local build environment! <<
129#
130world:
131 @echo "--------------------------------------------------------------"
132 @echo "make world started on `LC_TIME= date`"
132 @echo "make world started on `LC_TIME=C date`"
133 @echo "--------------------------------------------------------------"
134.if target(pre-world)
135 @echo "--------------------------------------------------------------"
136 @echo " Making 'pre-world' target"
137 @echo "--------------------------------------------------------------"
138 cd ${.CURDIR} && ${MAKE} pre-world
139 @echo
140.endif

--- 76 unchanged lines hidden (view full) ---

217 @echo
218 @echo "--------------------------------------------------------------"
219 @echo " Making 'post-world' target"
220 @echo "--------------------------------------------------------------"
221 cd ${.CURDIR} && ${MAKE} post-world
222.endif
223 @echo
224 @echo "--------------------------------------------------------------"
133 @echo "--------------------------------------------------------------"
134.if target(pre-world)
135 @echo "--------------------------------------------------------------"
136 @echo " Making 'pre-world' target"
137 @echo "--------------------------------------------------------------"
138 cd ${.CURDIR} && ${MAKE} pre-world
139 @echo
140.endif

--- 76 unchanged lines hidden (view full) ---

217 @echo
218 @echo "--------------------------------------------------------------"
219 @echo " Making 'post-world' target"
220 @echo "--------------------------------------------------------------"
221 cd ${.CURDIR} && ${MAKE} post-world
222.endif
223 @echo
224 @echo "--------------------------------------------------------------"
225 @echo "make world completed on `LC_TIME= date`"
225 @echo "make world completed on `LC_TIME=C date`"
226 @echo "--------------------------------------------------------------"
227
228#
229# reinstall
230#
231# If you have a build server, you can NFS mount the source and obj directories
232# and do a 'make reinstall' on the *client* to install new binaries from the
233# most recent server build.

--- 280 unchanged lines hidden ---
226 @echo "--------------------------------------------------------------"
227
228#
229# reinstall
230#
231# If you have a build server, you can NFS mount the source and obj directories
232# and do a 'make reinstall' on the *client* to install new binaries from the
233# most recent server build.

--- 280 unchanged lines hidden ---