Revision 5d6289351307dcfa80fbccac96b180f0d3fd7401 authored by Hiroki Sato on 30 November 2012, 16:15:35 UTC, committed by Hiroki Sato on 30 November 2012, 16:15:35 UTC
  releng/9.1 branch.  The doc tree release/9.1.0 for this release still uses
  SGML toolchain[1].

- Add SVNROOT{BASE,SRC,DOC,PORTS} for subversion repository URLs and
  BRANCH{SRC,DOC,PORTS} for the branches to generate-release.sh, and
  remove -p, -r, -d options.  The revision to be built should be specified
  in the URL.

- Add {WORLD,KERNEL}_FLAGS to generate-release.sh.  These were supported in
  the old release build framework.

- Disable to use binary package for docproj port during a release build.
  This package should be built successfully.

Pointy hat to:	hrs [1]
Approved by:	re (implicitly)
1 parent 8bea744
Raw File
Makefile.mips
# $FreeBSD$

.if ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
MK_RESCUE=no
.endif
back to top