mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
Make the "reinstall" target delete the package cookie as well as
the install cookie.
This commit is contained in:
parent
20e5d523d9
commit
94c600b239
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8368
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.154 1995/05/04 13:14:16 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.155 1995/05/04 18:53:26 adam Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -782,6 +782,7 @@ reinstall: pre-reinstall install
|
||||
|
||||
pre-reinstall:
|
||||
@rm -f ${INSTALL_COOKIE}
|
||||
@rm -f ${PACKAGE_COOKIE}
|
||||
.endif
|
||||
|
||||
################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user