blob: cacfe5b3250213f4ce3bcf6d54c22b332d6616b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
Making install in bin
make[1]: Entering directory '/build/boo/src/boo-0.9.4.9/bin'
make[2]: Entering directory '/build/boo/src/boo-0.9.4.9/bin'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/lib/boo" || /usr/bin/mkdir -p "/build/boo/pkg/boo/usr/lib/boo"
/usr/bin/install -c -m 644 booc.exe booi.exe booish.exe booc.rsp booc.exe.config booi.exe.config booish.exe.config Boo.NAnt.Tasks.dll '/build/boo/pkg/boo/usr/lib/boo'
make install-data-hook
make[3]: Entering directory '/build/boo/src/boo-0.9.4.9/bin'
for lib in Boo.Lang.dll Boo.Lang.Useful.dll Boo.Lang.Extensions.dll Boo.Lang.Compiler.dll Boo.Lang.Parser.dll Boo.Lang.Interpreter.dll Boo.Lang.PatternMatching.dll Boo.Lang.CodeDom.dll; do \
echo "/usr/bin/gacutil /i ${lib} /package boo /gacdir /build/boo/pkg/boo//usr/lib" ; \
/usr/bin/gacutil /i ${lib} /package boo /gacdir /build/boo/pkg/boo//usr/lib || exit 1 ; \
done
/usr/bin/gacutil /i Boo.Lang.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.dll -> ../gac/Boo.Lang/2.0.9.4__32c39770e9a21a67/Boo.Lang.dll
Installed Boo.Lang.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
/usr/bin/gacutil /i Boo.Lang.Useful.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.Useful.dll -> ../gac/Boo.Lang.Useful/2.0.9.4__32c39770e9a21a67/Boo.Lang.Useful.dll
Installed Boo.Lang.Useful.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
/usr/bin/gacutil /i Boo.Lang.Extensions.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.Extensions.dll -> ../gac/Boo.Lang.Extensions/2.0.9.4__32c39770e9a21a67/Boo.Lang.Extensions.dll
Installed Boo.Lang.Extensions.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
/usr/bin/gacutil /i Boo.Lang.Compiler.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.Compiler.dll -> ../gac/Boo.Lang.Compiler/2.0.9.4__32c39770e9a21a67/Boo.Lang.Compiler.dll
Installed Boo.Lang.Compiler.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
/usr/bin/gacutil /i Boo.Lang.Parser.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.Parser.dll -> ../gac/Boo.Lang.Parser/2.0.9.4__32c39770e9a21a67/Boo.Lang.Parser.dll
Installed Boo.Lang.Parser.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
/usr/bin/gacutil /i Boo.Lang.Interpreter.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.Interpreter.dll -> ../gac/Boo.Lang.Interpreter/2.0.9.4__32c39770e9a21a67/Boo.Lang.Interpreter.dll
Installed Boo.Lang.Interpreter.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
/usr/bin/gacutil /i Boo.Lang.PatternMatching.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.PatternMatching.dll -> ../gac/Boo.Lang.PatternMatching/2.0.9.4__32c39770e9a21a67/Boo.Lang.PatternMatching.dll
Installed Boo.Lang.PatternMatching.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
/usr/bin/gacutil /i Boo.Lang.CodeDom.dll /package boo /gacdir /build/boo/pkg/boo//usr/lib
Package exported to: /build/boo/pkg/boo//usr/lib/mono/boo/Boo.Lang.CodeDom.dll -> ../gac/Boo.Lang.CodeDom/2.0.9.4__32c39770e9a21a67/Boo.Lang.CodeDom.dll
Installed Boo.Lang.CodeDom.dll into the gac (/build/boo/pkg/boo//usr/lib/mono/gac)
make[3]: Leaving directory '/build/boo/src/boo-0.9.4.9/bin'
make[2]: Leaving directory '/build/boo/src/boo-0.9.4.9/bin'
make[1]: Leaving directory '/build/boo/src/boo-0.9.4.9/bin'
Making install in extras
make[1]: Entering directory '/build/boo/src/boo-0.9.4.9/extras'
make[2]: Entering directory '/build/boo/src/boo-0.9.4.9/extras'
test -z "/usr/bin" || /usr/bin/mkdir -p "/build/boo/pkg/boo/usr/bin"
/usr/bin/install -c booc booi booish '/build/boo/pkg/boo/usr/bin'
test -z "/share/gtksourceview-1.0/language-specs/" || /usr/bin/mkdir -p "/build/boo/pkg/boo/share/gtksourceview-1.0/language-specs/"
/usr/bin/install -c -m 644 boo.lang '/build/boo/pkg/boo/share/gtksourceview-1.0/language-specs/'
test -z "/usr/share/mime/packages/" || /usr/bin/mkdir -p "/build/boo/pkg/boo/usr/share/mime/packages/"
/usr/bin/install -c -m 644 boo-mime-info.xml '/build/boo/pkg/boo/usr/share/mime/packages/'
test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/build/boo/pkg/boo/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 boo.pc '/build/boo/pkg/boo/usr/lib/pkgconfig'
make[2]: Leaving directory '/build/boo/src/boo-0.9.4.9/extras'
make[1]: Leaving directory '/build/boo/src/boo-0.9.4.9/extras'
make[1]: Entering directory '/build/boo/src/boo-0.9.4.9'
make[2]: Entering directory '/build/boo/src/boo-0.9.4.9'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/boo/src/boo-0.9.4.9'
make[1]: Leaving directory '/build/boo/src/boo-0.9.4.9'
|