Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 1998 08:05:18 +0100 (CET)
From:      Leif Neland <root@swimsuit.internet.dk>
To:        kkennawa@physics.adelaide.edu.au
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Makefile for wmmon
Message-ID:  <Pine.BSF.4.05.9812150759120.83068-100000@gina.swimsuit.internet.dk>

next in thread | raw e-mail | index | archive | help
I did a make clean for the whole FreeBSD port tree, and it broke on wmmon:


gina//usr/ports/sysutils/wmmon $ make clean
/bin/rm  /usr/ports/sysutils/wmmon/work/wmmon-freebsd.patch
/bin/rm: /usr/ports/sysutils/wmmon/work/wmmon-freebsd.patch: No such file or directory
*** Error code 1

Stop.

The problem is in pre-clean:

pre-clean:
	${RM}  ${WRKDIR}/wmmon-freebsd.patch
	${RM} -rf ${WRKDIR}/wmmon


The first rm needs the -f option in case wmmon-freebsd.patch is not
extracted.

Greetings
Leif Neland



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9812150759120.83068-100000>