mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Merge my vi hack^H^H^H^Hframework into HEAD, so the various revisions
should be in sync again. It's an env variable only, hence it's harmless and ignored without the actual changes in vi's Makefile. Suggested by: jkh
This commit is contained in:
parent
1d6ccf9cd6
commit
cd6f582031
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19506
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.248 1996/11/03 08:52:31 joerg Exp $
|
||||
# $Id: Makefile,v 1.249 1996/11/03 14:39:18 joerg Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -198,11 +198,15 @@ release.3:
|
||||
|
||||
# Make and install the three crunched binaries which live on the floppies.
|
||||
# You are not supposed to like this :-)
|
||||
#
|
||||
# NB: the "RELEASE_BUILD_FIXIT" magic prevents vi from including the
|
||||
# Tcl and Perl APIs. See also /usr/src/usr.bin/vi/Makefile.
|
||||
release.4:
|
||||
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
|
||||
cd ${.CURDIR}/sysinstall && make depend all
|
||||
rm -rf ${RD}/crunch
|
||||
mkdir -p ${RD}/crunch
|
||||
export RELEASE_BUILD_FIXIT=noway ; \
|
||||
for j in ${WHICH_CRUNCH} ; do \
|
||||
rm -rf $${j}_crunch && \
|
||||
mkdir $${j}_crunch && \
|
||||
|
Loading…
Reference in New Issue
Block a user