Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 1995 04:40:10 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        jkh@freefall.cdrom.com
Cc:        ports@freefall.cdrom.com
Subject:   Re: Portsmeister!
Message-ID:  <199504091140.EAA06472@silvia.HIP.Berkeley.EDU>
In-Reply-To: <16849.797424641@freefall.cdrom.com> (jkh@freefall.cdrom.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * > extract: fetch ${EXTRACT_COOKIE}

By the way, I noticed there is a

${EXTRACT_COOKIE}:

missing here...sorry.

 * >         @${ECHO_MSG} "===>  Extracting for ${DISTNAME}"
 * >         @{MAKE} ${.MAKEFLAGS} pre-extract
 * >         @if [ -f ${SCRIPTDIR}/pre-extract ]; then \
 * >             env (a bunch of stuff here...can we use a macro?) \
 * >                 sh ${SCRIPTDIR}/pre-extract; \
 * >         fi
 * >         @{MAKE} ${.MAKEFLAGS} do-extract
 * >         @{MAKE} ${.MAKEFLAGS} post-extract
 * >         @if [ -f ${SCRIPTDIR}/post-extract ]; then \
 * >             env (a bunch of stuff here...can we use a macro?) \
 * >                 sh ${SCRIPTDIR}/post-extract; \
 * >         @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE}

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504091140.EAA06472>