repo.or.cz
/
k8jam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
experimental GDC dependencies scanner (turned off by default)
[k8jam.git]
/
misc
/
Jamfile.haverule
blob
add502ee140263512f9061655e28e791d878e269
1
rule shitZ {
2
Echo "rule!" ;
3
}
4
5
shitZ ;
6
7
fuckfuckfuck = "test" ;
8
echo $(fuckfuckfuck) ;
9
10
hit = fuck ;
11
echo "hit:" $(hit) ;
12
13
hit = [ HaveRule shitz : ignore-case ] ;
14
echo "hit:" $(hit) ;
15
16
hit = [ HaveRule shIt* : ignore-case glob ] ;
17
echo "hit:" $(hit) ;
18
19
hit = [ HaveRule "^s.*z$" : ignore-case regexp ] ;
20
echo "hit:" $(hit) ;
21
22
hit = [ HaveRule "^s.*z$" : regexp ] ;
23
echo "hit:" $(hit) ;