Subject: Re: lang/dylan-compiler and bulk builds
To: Hauke Fath <hf@spg.tu-darmstadt.de>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 06/16/2005 08:19:49
On Thu, 16 Jun 2005, Hauke Fath wrote:
> Is there any convenient way of excluding rogue packages from a bulk build?
touch lang/dylan-compiler/.broken.file
Or the filename as defined here:
# If OBJHOSTNAME is set, use first component of hostname in cache and log files
# If OBJMACHINE is set, use ${MACHINE_ARCH} in the cache and log files
.if defined(OBJHOSTNAME)
. if !defined(_HOSTNAME)
_HOSTNAME!= ${UNAME} -n
. endif
BULK_ID?= .${_HOSTNAME:C|\..*||}
.elif defined(OBJMACHINE)
BULK_ID?= .${MACHINE_ARCH}
.else
BULK_ID?=
.endif
# This file exists to mark a package as broken
BROKENFILE?= .broken${BULK_ID}.html
Jeremy C. Reed
technical support & remote administration
http://www.pugetsoundtechnology.com/