mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Not only deleting the package and package links, also exit with status
1 if pkg_create returns error!
This commit is contained in:
parent
25254cc62d
commit
a11b461203
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8468
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.157 1995/05/10 09:30:09 asami Exp $
|
||||
# $Id: bsd.port.mk,v 1.158 1995/05/12 07:32:59 asami Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -951,6 +951,7 @@ do-package:
|
||||
fi; \
|
||||
else \
|
||||
${MAKE} ${.MAKEFLAGS} delete-package; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
fi
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user