mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +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 "--------------------------------------------------------------"
|
||||||
@echo ">>> Running ${SUP}"
|
@echo ">>> Running ${SUP}"
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
.if defined(SUPFILE)
|
||||||
@${SUP} ${SUPFLAGS} ${SUPFILE}
|
@${SUP} ${SUPFLAGS} ${SUPFILE}
|
||||||
|
.endif
|
||||||
.if defined(SUPFILE1)
|
.if defined(SUPFILE1)
|
||||||
@${SUP} ${SUPFLAGS} ${SUPFILE1}
|
@${SUP} ${SUPFLAGS} ${SUPFILE1}
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user