[Bug 243287] "make -C /usr/src/release OSRELEASE=something release" gives errors on stable/12 amd64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 16 15:00:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243287
--- Comment #5 from Glen Barber <gjb at FreeBSD.org> ---
OSRELEASE is only relevant with the install target.
323 install: release-install vm-install
324
325 release-install:
326 .if defined(DESTDIR) && !empty(DESTDIR)
327 mkdir -p ${DESTDIR}
328 .endif
330 .for I in ${IMAGES}
331 cp -p ${I} ${DESTDIR}/${OSRELEASE}-${I}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list