mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 21:52:45 +00:00
It is possible for someone to want to 'make update' wht SUPFILE not defined
while SUPFILE1 or PORTSSUPFILE are defined.
This commit is contained in:
parent
f06590f690
commit
f647fd1549
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54663
@ -264,7 +264,9 @@ update:
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> Running ${SUP}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
.if defined(SUPFILE)
|
||||
@${SUP} ${SUPFLAGS} ${SUPFILE}
|
||||
.endif
|
||||
.if defined(SUPFILE1)
|
||||
@${SUP} ${SUPFLAGS} ${SUPFILE1}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user