summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-10-23 21:03:45 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-10-23 21:03:45 +0400
commit79fe7fe2f8a652aeb05033ae9ab73d8043550da3 (patch)
tree805f72b17d487e4075195a11081a7580781f3b80
parent91c81f2b11d5230c6c6a9294f7f184c5174dff05 (diff)
downloaddh-illumos-79fe7fe2f8a652aeb05033ae9ab73d8043550da3.tar.gz
dh_illumos_gate: extract usr/src/common/mapfiles for build
-rwxr-xr-xdh_illumos_gate7
1 files changed, 4 insertions, 3 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate
index 233d43c..3516d8c 100755
--- a/dh_illumos_gate
+++ b/dh_illumos_gate
@@ -43,9 +43,9 @@ L<dh_illumos_make(1)> provides more convenient way to do this.
=item B<-B> B<--build>
Extract files known to be required for building illumos components.
-These are F<usr/src/tools/scripts/bldenv.sh> and F<usr/src/Makefile*>.
-This option is provided only for convenience. You are free to
-extract these files explicitly.
+These are F<usr/src/tools/scripts/bldenv.sh>, F<usr/src/Makefile*>,
+F<usr/src/common/mapfiles/*>. This option is provided only for convenience.
+You are free to extract these files explicitly.
=item B<-X>I<PATTERN> B<--exclude=>I<PATTERN>
@@ -138,6 +138,7 @@ if (@ARGV) {
if ($dh{'BUILD'}) {
push @to_extract, (
'usr/src/Makefile*',
+ 'usr/src/common/mapfiles',
'usr/src/tools/scripts/bldenv.sh',
);
}