repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
build
/
shlib
/
bush.shlib
blob
aeeff1d01956c7a3f7b696ff7d2f40ec5c8a52da
1
2
#inc build.shlib
3
inc pre_build.shlib
4
5
on_prev_construct ()
6
{
7
# pre_build
8
:
9
}
10
11
on_post_construct ()
12
{
13
:
14
}
15
16
on_prev_dest_build ()
17
{
18
:
19
}
20
21
on_post_dest_build ()
22
{
23
:
24
}
25
26
on_prev_cmpl ()
27
{
28
:
29
}
30
31
on_post_cmpl ()
32
{
33
:
34
}
35
36
on_prev_link ()
37
{
38
:
39
}
40
41
on_post_link ()
42
{
43
:
44
return 0
45
}
46
47
on_prev_instpkg_gen ()
48
{
49
:
50
}
51
52
on_post_instpkg_gen ()
53
{
54
:
55
}
56
57
on_prev_arch_build ()
58
{
59
:
60
}
61
62
on_post_arch_build ()
63
{
64
:
65
}
66