diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-10-17 21:33:17 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-10-17 21:33:17 +0300 |
commit | 78bc78be53d5096e65a81cf5b0717855e1173b95 (patch) | |
tree | 177777395e81e393813bb02fa60f15663c0da599 | |
parent | 9b44b9321998abcd3c449a7295b76844244630b7 (diff) | |
download | dh-illumos-78bc78be53d5096e65a81cf5b0717855e1173b95.tar.gz |
ROOT='$codemgr_ws/root'
We can make parallel builds!
And debhelper cleans debian/tmp before dh_auto_install :-)
-rwxr-xr-x | dh_illumos_gate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate index 9929ea2..407b95e 100755 --- a/dh_illumos_gate +++ b/dh_illumos_gate @@ -458,7 +458,7 @@ instead of GNU L<ld(1)>. Default system GCC is build to use GNU L<ld(1)>, but L<sunld(1)> is required to build most illumos components. See L<ld-gnu-to-sun(1)>. -Set proto area to be F<./debian/tmp>. +Set proto area to be F<C<CODEMGR_WS>/root>. Disable linting libraries by replacing C<LINT> with ":". So it will do nothing. Successfully. Also define C<LINTLIB> to empty @@ -493,7 +493,7 @@ if ( open( ENV, '>', $env ) ) { print ENV "# This file was generated by dh_illumos_gate(1)\n"; print ENV "export VERSION='$version'\n"; print ENV "export CODEMGR_WS='$codemgr_ws'\n"; - print ENV "export ROOT='$cwd/debian/tmp'\n"; + print ENV "export ROOT='$codemgr_ws/root'\n"; print ENV "export SRC='$codemgr_ws/usr/src'\n"; print ENV "export MULTI_PROTO='no'\n"; print ENV "export CW_NO_SHADOW=1\n"; |