diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-23 21:03:45 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-23 21:03:45 +0400 |
commit | 79fe7fe2f8a652aeb05033ae9ab73d8043550da3 (patch) | |
tree | 805f72b17d487e4075195a11081a7580781f3b80 | |
parent | 91c81f2b11d5230c6c6a9294f7f184c5174dff05 (diff) | |
download | dh-illumos-79fe7fe2f8a652aeb05033ae9ab73d8043550da3.tar.gz |
dh_illumos_gate: extract usr/src/common/mapfiles for build
-rwxr-xr-x | dh_illumos_gate | 7 |
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', ); } |