Subject: Re: Including install notes in "make release"
To: Simon Burge <simonb@wasabisystems.com>
From: Todd Whitesel <toddpw@best.com>
List: tech-install
Date: 08/06/2000 06:50:56
> I've got the trailing patch in my local source tree, which builds
> and installs the installation notes into ${RELEASEDIR}.  Anyone
> mind if I commit this?

Fine by me, just note that you're making all of the following redundant.

uni:155% fgrep notes etc.*/Makefile.inc
etc.alpha/Makefile.inc: cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.arm32/Makefile.inc:# Build the release notes and boot floppies and install them
etc.arm32/Makefile.inc: cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.hp300/Makefile.inc:# Build the boot media and install notes and install them
etc.hp300/Makefile.inc: cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.hpcmips/Makefile.inc:      cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.i386/Makefile.inc:  cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.mac68k/Makefile.inc:       cd ${.CURDIR}/../distrib/notes && ${MAKE} ${MAKEFLAGS} && ${MAKE} ${MAKEFLAGS} release
etc.macppc/Makefile.inc:       cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.news68k/Makefile.inc:      cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.next68k/Makefile.inc:# Build the release notes and install them
etc.next68k/Makefile.inc:      cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.sparc/Makefile.inc:.for dir in notes miniroot sparc/bootfs sparc/ramdisk
etc.vax/Makefile.inc:   cd ${.CURDIR}/../distrib/notes && ${MAKE} release
etc.x68k/Makefile.inc:  cd ${.CURDIR}/../distrib/notes && ${MAKE} release

Todd Whitesel
toddpw @ best.com