diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-19 18:36:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-19 18:36:51 +0000 |
commit | da712f263e4d7574d44383ba78f54f5daeb4432d (patch) | |
tree | a7301d8ef7a0e76fb15dd3d1fcb35af7f1a50681 /pkgtools | |
parent | e53eb557ecd23255a5117ef95e932d3a9892b5ad (diff) | |
download | pkgsrc-da712f263e4d7574d44383ba78f54f5daeb4432d.tar.gz |
Add a marker for bootstrap packages to allow special cases them during
bulk builds.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/bootstrap-extras/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/bootstrap-mk-files/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/pkgtools/bootstrap-extras/Makefile b/pkgtools/bootstrap-extras/Makefile index cc4276915c4..d446b18947c 100644 --- a/pkgtools/bootstrap-extras/Makefile +++ b/pkgtools/bootstrap-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/19 18:12:18 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/19 18:36:51 joerg Exp $ DISTNAME= bootstrap-extra-files-20070702 CATEGORIES= pkgtools @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Extra bootstrap files and scripts for ${OPSYS} PKG_DESTDIR_SUPPORT= user-destdir +BOOTSTRAP_PKG= yes NO_CHECKSUM= yes NO_MTREE= yes diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index db63bdc72c1..cafd1c3cce3 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/04/15 16:49:56 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/19 18:36:51 joerg Exp $ DISTNAME= bootstrap-mk-files-20080415 CATEGORIES= pkgtools @@ -14,6 +14,7 @@ COMMENT= *.mk files for the bootstrap bmake utility PKG_DESTDIR_SUPPORT= user-destdir NO_PKGTOOLS_REQD_CHECK= # defined +BOOTSTRAP_PKG= yes NO_CHECKSUM= yes NO_MTREE= yes diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 197af353eb0..2e307e890db 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.154 2008/06/08 21:04:30 he Exp $ +# $NetBSD: Makefile,v 1.155 2008/06/19 18:36:51 joerg Exp $ # Notes to package maintainers: # @@ -17,6 +17,7 @@ COMMENT= Package management and administration tools for pkgsrc #LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +BOOTSTRAP_PKG= yes CONFLICTS+= audit-packages-[0-9]* |