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