diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-02-19 20:41:03 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-02-19 20:41:03 +0000 |
commit | dd3c9b788922fdc66406ea7fe115d15b9615e3ed (patch) | |
tree | 63d5d0f1b216c091d05cad0df850f8f8cfb96aab /share/mk | |
parent | ddc2bdf6cf5ce3bdbe1a0143306e59f839c48ecf (diff) |
Handle make clean when port is not for machine's architecture
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index 4f712d36ddf..db0c9fb4b4a 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 -# $OpenBSD: bsd.port.mk,v 1.24 1998/02/11 00:40:55 niklas Exp $ +# $OpenBSD: bsd.port.mk,v 1.25 1998/02/19 20:41:02 marc Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -284,7 +284,7 @@ __ARCH_OK= 1 .if !defined(__ARCH_OK) .MAIN: all -fetch fetch-list extract patch configure build install reinstall package describe checkpatch checksum makesum all: +fetch fetch-list extract patch clean clean-depends configure build install reinstall package describe checkpatch checksum makesum all: @echo "This port is only for ${ONLY_FOR_ARCHS}," @echo "and you are running ${MACHINE}." .else |