"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.
This commit is contained in:
Satoshi Asami 1995-04-17 06:28:15 +00:00
parent 1b20a52866
commit 19eddad0a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7899

View file

@ -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)