summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-17 06:28:15 +0000
committerasami <asami@FreeBSD.org>1995-04-17 06:28:15 +0000
commitc8023ab6dcc3fd81b764e20ddd34a7d53c0f6633 (patch)
tree447ae9797678da78ca60f6b5642354f8a81e6c4c /share
parent2c42503c055e37fbaa571b3fa2c0de594d76d129 (diff)
downloadFreeBSD-src-c8023ab6dcc3fd81b764e20ddd34a7d53c0f6633.zip
FreeBSD-src-c8023ab6dcc3fd81b764e20ddd34a7d53c0f6633.tar.gz
"all" now depends on "build", not "extract configure build".
Since "build" depends on "configure", which depends on "patch", etc., this shouldn't disrupt any Makefile that doesn't break the dependency chain. The old behavior was very annoying because when I did a "make -k", it would still try to go configure and build even if the extraction failed.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 4711538..a3a8aae 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.137 1995/04/10 08:09:21 jkh Exp $
+# $Id: bsd.port.mk,v 1.138 1995/04/15 23:56:29 asami Exp $
#
# Please view me with 4 column tabs!
@@ -316,7 +316,7 @@ package:
.endif
.if !target(all)
-all: extract configure build
+all: build
.endif
.if !target(is_depended)
OpenPOWER on IntegriCloud