Fix path to include .OBJDIR to avoid polluting the source
tree during 'make release'. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
33a5166398
commit
3f499d5271
@ -281,7 +281,7 @@ ftp: packagesystem
|
||||
cp *.txz MANIFEST ftp
|
||||
|
||||
release: real-release vm-release cloudware-release
|
||||
touch ${.TARGET}
|
||||
touch ${.OBJDIR}/${.TARGET}
|
||||
|
||||
real-release:
|
||||
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} obj
|
||||
|
Loading…
Reference in New Issue
Block a user