]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create a _pkgbootstrap target, and remove the env(1) prefix
authorgjb <gjb@FreeBSD.org>
Fri, 22 Jan 2016 18:06:09 +0000 (18:06 +0000)
committergjb <gjb@FreeBSD.org>
Fri, 22 Jan 2016 18:06:09 +0000 (18:06 +0000)
commit146806cdf8adbf206d5a59ec815b5fba8c007024
tree019618074bc7889e54d24f79d09f63db2a1c1217
parent76559fbd4ae5fcdef090f292eff3914052de0f1a
Create a _pkgbootstrap target, and remove the env(1) prefix
to pkg(8) commands.

Move the resulting packages outside STAGEDIR to minimize
pollution.

When invoking 'pkg create', include the ABI in the REPODIR
path so the correct hierarchy is created for cross-builds.

Move the STAGEDIR and REPODIR declarations above the targets
that use them to keep things cleaner, and move the packages
target.

Include '-o ABIFILE=DESTDIR/bin/sh' in pkg(8) invocations in
the create-kernel-packages target.

Sponsored by: The FreeBSD Foundation
Makefile.inc1