Allow specifying a destination directory for the install sets
generated by the release ftp target.
No functional change expected unless DESTDIR is specified when calling
the ftp target.
Sponsored by: Citrix Systems R&D
Differential D22850
release: allow using DESTDIR with ftp target royger on Dec 17 2019, 11:10 AM. Authored by Tags None Referenced Files
Subscribers None
Details
Allow specifying a destination directory for the install sets No functional change expected unless DESTDIR is specified when calling Sponsored by: Citrix Systems R&D
Diff Detail
Event TimelineComment Actions This breaks the default behavior when .OBJDIR is not set. This is a more correct fix: Comment Actions Output from your change without the added ${.OBJDIR}: root@releng1:/usr/src/release # make ftp rm -rf /ftp mkdir -p /ftp cp *.txz MANIFEST /ftp root@releng1:/usr/src/release # ls /ftp/ MANIFEST base-dbg.txz base.txz kernel-dbg.txz kernel.txz lib32-dbg.txz lib32.txz ports.txz src.txz tests.txz |