Generating a tarball directly from make installworld

Dag-Erling Smørgrav des at des.no
Thu Jul 12 03:53:58 UTC 2012


Tim Kientzle <tim at kientzle.com> writes:
> ${PROG}: ${OBJS}
>    ${CC} …. -o ${.TARGET} ${OBJS} …
>    cp ${.TARGET} ${.TARGET}.stripped
>    strip ${.TARGET}.stripped

objcopy -g

This is turning out to be a lot harder than it seemed at first blush...

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-arch mailing list