AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20080616095151.34652866@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Mon, 16 Jun 2008 09:52:31 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: Larry Scheer <larry.scheer@onstor.com>
Subject: problem with make clean in openbsd directory
Message-ID: <20080616095231.6fac8594@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi Larry,

While working on a nightly build system, I discovered the following
problem with the make clean command, which causes make clean to return
an error code, not to mention stopping:

.
.
.
(cd openbsd-compat && make clean)
make[2]: Entering directory `/perforce/trees/cg_beta/openbsd/src/openssh-4.2p1/build-cross/openbsd-compat'
rm -f *.o *.a core 
make[2]: Leaving directory `/perforce/trees/cg_beta/openbsd/src/openssh-4.2p1/build-cross/openbsd-compat'
make[1]: Leaving directory `/perforce/trees/cg_beta/openbsd/src/openssh-4.2p1/build-cross'
export CROSSDIR=${PWD}/openbsd.new/usr/cross/pmonmips;\
export CROSS_TOOL_BIN=${CROSSDIR}/usr/bin/;\
export BSDSRCDIR=${PWD}/openbsd.new/src;\
( cd openbsd.new/src/openldap-2.2.26/build-cross && sudo make clean )
make[1]: Entering directory `/perforce/trees/cg_beta/openbsd/src/openldap-2.2.26/build-cross'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/perforce/trees/cg_beta/openbsd/src/openldap-2.2.26/build-cross'
make: *** [bsd-ldap-clean] Error 2
