rb-fsevent 0.9.0.pre3 → 0.9.0.pre4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/fsevent_watch +0 -0
- data/ext/fsevent_watch/Info.plist +10 -0
- data/ext/fsevent_watch/fsevent_watch.xcodeproj/project.pbxproj +41 -3
- data/ext/fsevent_watch/fsevent_watch/TSICTString.c +12 -12
- data/ext/fsevent_watch/fsevent_watch/cli.c +1 -1
- data/ext/fsevent_watch/fsevent_watch/cli.h +7 -1
- data/ext/fsevent_watch/fsevent_watch/main.c +102 -79
- data/ext/rb-fsevent.xcconfig +13 -0
- data/lib/rb-fsevent/version.rb +1 -1
- metadata +13 -25
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o +0 -0
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o +0 -0
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o +0 -0
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/fsevent_watch.LinkFileList +0 -4
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o +0 -0
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/TSICTString.plist +0 -12
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/cli.plist +0 -12
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/compat.plist +0 -12
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/main.plist +0 -12
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/build-state.dat +0 -303
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/build-state~.dat +0 -248
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.dep +0 -10
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap +0 -0
- data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch~.dep +0 -9
data/ext/rb-fsevent.xcconfig
CHANGED
@@ -18,3 +18,16 @@ SDKROOT =
|
|
18
18
|
// - build options -
|
19
19
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
|
20
20
|
|
21
|
+
// etc
|
22
|
+
RUN_CLANG_STATIC_ANALYZER = YES
|
23
|
+
DEAD_CODE_STRIPPING = YES
|
24
|
+
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES
|
25
|
+
LD_NO_PIE = NO
|
26
|
+
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
|
27
|
+
LLVM_LTO = NO
|
28
|
+
LLVM_LTO[arch=x86_64] = YES
|
29
|
+
GCC_C_LANGUAGE_STANDARD = gnu99
|
30
|
+
GCC_ENABLE_OBJC_EXCEPTIONS = YES
|
31
|
+
GCC_ENABLE_OBJC_GC = unsupported
|
32
|
+
GCC_ENABLE_EXCEPTIONS = YES
|
33
|
+
|
data/lib/rb-fsevent/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rb-fsevent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.0.
|
4
|
+
version: 0.9.0.pre4
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,11 +10,11 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-11-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
17
|
-
requirement: &
|
17
|
+
requirement: &70361254647680 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ~>
|
@@ -22,10 +22,10 @@ dependencies:
|
|
22
22
|
version: 1.0.10
|
23
23
|
type: :development
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *70361254647680
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: rspec
|
28
|
-
requirement: &
|
28
|
+
requirement: &70361254647180 !ruby/object:Gem::Requirement
|
29
29
|
none: false
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
@@ -33,10 +33,10 @@ dependencies:
|
|
33
33
|
version: 2.5.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
|
-
version_requirements: *
|
36
|
+
version_requirements: *70361254647180
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: guard-rspec
|
39
|
-
requirement: &
|
39
|
+
requirement: &70361254646720 !ruby/object:Gem::Requirement
|
40
40
|
none: false
|
41
41
|
requirements:
|
42
42
|
- - ~>
|
@@ -44,33 +44,19 @@ dependencies:
|
|
44
44
|
version: 0.1.9
|
45
45
|
type: :development
|
46
46
|
prerelease: false
|
47
|
-
version_requirements: *
|
47
|
+
version_requirements: *70361254646720
|
48
48
|
description: FSEvents API with Signals catching (without RubyCocoa)
|
49
49
|
email:
|
50
50
|
- thibaud@thibaud.me
|
51
51
|
- ttilley@gmail.com
|
52
52
|
executables: []
|
53
|
-
extensions:
|
54
|
-
- ext/rakefile.rb
|
53
|
+
extensions: []
|
55
54
|
extra_rdoc_files: []
|
56
55
|
files:
|
56
|
+
- bin/fsevent_watch
|
57
57
|
- lib/rb-fsevent/fsevent.rb
|
58
58
|
- lib/rb-fsevent/version.rb
|
59
59
|
- lib/rb-fsevent.rb
|
60
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/build-state.dat
|
61
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/build-state~.dat
|
62
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.dep
|
63
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap
|
64
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch~.dep
|
65
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o
|
66
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o
|
67
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/fsevent_watch.LinkFileList
|
68
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o
|
69
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o
|
70
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/cli.plist
|
71
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/compat.plist
|
72
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/main.plist
|
73
|
-
- ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/TSICTString.plist
|
74
60
|
- ext/fsevent_watch/fsevent_watch/cli.c
|
75
61
|
- ext/fsevent_watch/fsevent_watch/cli.h
|
76
62
|
- ext/fsevent_watch/fsevent_watch/common.h
|
@@ -80,6 +66,7 @@ files:
|
|
80
66
|
- ext/fsevent_watch/fsevent_watch/TSICTString.c
|
81
67
|
- ext/fsevent_watch/fsevent_watch/TSICTString.h
|
82
68
|
- ext/fsevent_watch/fsevent_watch.xcodeproj/project.pbxproj
|
69
|
+
- ext/fsevent_watch/Info.plist
|
83
70
|
- ext/fsevent_watch/LICENSE
|
84
71
|
- ext/rakefile.rb
|
85
72
|
- ext/rb-fsevent.xcconfig
|
@@ -105,8 +92,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
92
|
version: 1.3.1
|
106
93
|
requirements: []
|
107
94
|
rubyforge_project: rb-fsevent
|
108
|
-
rubygems_version: 1.8.
|
95
|
+
rubygems_version: 1.8.11
|
109
96
|
signing_key:
|
110
97
|
specification_version: 3
|
111
98
|
summary: Very simple & usable FSEvents API
|
112
99
|
test_files: []
|
100
|
+
has_rdoc:
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,4 +0,0 @@
|
|
1
|
-
/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o
|
2
|
-
/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o
|
3
|
-
/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o
|
4
|
-
/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o
|
Binary file
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
-
<plist version="1.0">
|
4
|
-
<dict>
|
5
|
-
<key>files</key>
|
6
|
-
<array>
|
7
|
-
</array>
|
8
|
-
<key>diagnostics</key>
|
9
|
-
<array>
|
10
|
-
</array>
|
11
|
-
</dict>
|
12
|
-
</plist>
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
-
<plist version="1.0">
|
4
|
-
<dict>
|
5
|
-
<key>files</key>
|
6
|
-
<array>
|
7
|
-
</array>
|
8
|
-
<key>diagnostics</key>
|
9
|
-
<array>
|
10
|
-
</array>
|
11
|
-
</dict>
|
12
|
-
</plist>
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
-
<plist version="1.0">
|
4
|
-
<dict>
|
5
|
-
<key>files</key>
|
6
|
-
<array>
|
7
|
-
</array>
|
8
|
-
<key>diagnostics</key>
|
9
|
-
<array>
|
10
|
-
</array>
|
11
|
-
</dict>
|
12
|
-
</plist>
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
-
<plist version="1.0">
|
4
|
-
<dict>
|
5
|
-
<key>files</key>
|
6
|
-
<array>
|
7
|
-
</array>
|
8
|
-
<key>diagnostics</key>
|
9
|
-
<array>
|
10
|
-
</array>
|
11
|
-
</dict>
|
12
|
-
</plist>
|
data/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/build-state.dat
DELETED
@@ -1,303 +0,0 @@
|
|
1
|
-
Tfsevent_watch
|
2
|
-
v7
|
3
|
-
r0
|
4
|
-
t339053245.369086
|
5
|
-
cCheck dependencies
|
6
|
-
cSymLink /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
7
|
-
cCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
8
|
-
cCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
9
|
-
cCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
10
|
-
cCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
11
|
-
cLd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch normal x86_64
|
12
|
-
cAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c
|
13
|
-
cAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c
|
14
|
-
cAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c
|
15
|
-
cAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c
|
16
|
-
cStrip /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
17
|
-
cSetOwnerAndGroup travistilley:staff /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
18
|
-
cSetMode u+w,go-w,a+rX /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
19
|
-
|
20
|
-
N/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
|
21
|
-
c000000004DBF2B880000000000781330
|
22
|
-
t1304374152
|
23
|
-
s7869232
|
24
|
-
|
25
|
-
N/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h
|
26
|
-
c000000004A5D68380000000000000AF4
|
27
|
-
t1247635512
|
28
|
-
s2804
|
29
|
-
|
30
|
-
N/System/Library/Frameworks/CoreServices.framework/CoreServices
|
31
|
-
c000000004C23F49F0000000000021710
|
32
|
-
t1277424799
|
33
|
-
s136976
|
34
|
-
|
35
|
-
N/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h
|
36
|
-
c000000004CC3FFFE0000000000000401
|
37
|
-
t1287913470
|
38
|
-
s1025
|
39
|
-
|
40
|
-
N/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
|
41
|
-
c000000004A600B8400000000000013E6
|
42
|
-
t1247808388
|
43
|
-
s5094
|
44
|
-
|
45
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
46
|
-
t1317360446
|
47
|
-
s21816
|
48
|
-
|
49
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch
|
50
|
-
t2
|
51
|
-
s0
|
52
|
-
|
53
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o
|
54
|
-
t1317360442
|
55
|
-
s30512
|
56
|
-
|
57
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o
|
58
|
-
t1317360442
|
59
|
-
s10176
|
60
|
-
|
61
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o
|
62
|
-
t1317360442
|
63
|
-
s2544
|
64
|
-
|
65
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/fsevent_watch.LinkFileList
|
66
|
-
c000000004E8553390000000000000254
|
67
|
-
t1317360441
|
68
|
-
s596
|
69
|
-
|
70
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o
|
71
|
-
t1317360442
|
72
|
-
s21184
|
73
|
-
|
74
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/TSICTString.plist
|
75
|
-
t1317360443
|
76
|
-
s276
|
77
|
-
|
78
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/cli.plist
|
79
|
-
t1317360445
|
80
|
-
s276
|
81
|
-
|
82
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/compat.plist
|
83
|
-
t1317360443
|
84
|
-
s276
|
85
|
-
|
86
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/main.plist
|
87
|
-
t1317360442
|
88
|
-
s276
|
89
|
-
|
90
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c
|
91
|
-
c000000004E841D0E0000000000003095
|
92
|
-
t1317281038
|
93
|
-
s12437
|
94
|
-
i"TSICTString.h"
|
95
|
-
|
96
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.h
|
97
|
-
c000000004E841D0E0000000000000963
|
98
|
-
t1317281038
|
99
|
-
s2403
|
100
|
-
i<CoreFoundation/CoreFoundation.h>
|
101
|
-
|
102
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c
|
103
|
-
c000000004E841D0E0000000000001258
|
104
|
-
t1317281038
|
105
|
-
s4696
|
106
|
-
i<getopt.h>
|
107
|
-
i"cli.h"
|
108
|
-
|
109
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.h
|
110
|
-
c000000004E841D0E000000000000032B
|
111
|
-
t1317281038
|
112
|
-
s811
|
113
|
-
i"common.h"
|
114
|
-
|
115
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/common.h
|
116
|
-
c000000004E84D6330000000000000387
|
117
|
-
t1317328435
|
118
|
-
s903
|
119
|
-
i<CoreFoundation/CoreFoundation.h>
|
120
|
-
i<Foundation/Foundation.h>
|
121
|
-
i<CoreServices/CoreServices.h>
|
122
|
-
i<unistd.h>
|
123
|
-
i"compat.h"
|
124
|
-
i"TSICTString.h"
|
125
|
-
|
126
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c
|
127
|
-
c000000004E855118000000000000049E
|
128
|
-
t1317359896
|
129
|
-
s1182
|
130
|
-
i"compat.h"
|
131
|
-
|
132
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.h
|
133
|
-
c000000004E855118000000000000067E
|
134
|
-
t1317359896
|
135
|
-
s1662
|
136
|
-
i<CoreServices/CoreServices.h>
|
137
|
-
|
138
|
-
N/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c
|
139
|
-
c000000004E8548540000000000004419
|
140
|
-
t1317357652
|
141
|
-
s17433
|
142
|
-
i"common.h"
|
143
|
-
i"cli.h"
|
144
|
-
|
145
|
-
N/usr/include/getopt.h
|
146
|
-
c000000004A5C14A60000000000000CBC
|
147
|
-
t1247548582
|
148
|
-
s3260
|
149
|
-
|
150
|
-
N/usr/include/unistd.h
|
151
|
-
c000000004A5C14A7000000000000563E
|
152
|
-
t1247548583
|
153
|
-
s22078
|
154
|
-
|
155
|
-
CAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c
|
156
|
-
s339053242.563461
|
157
|
-
e339053242.744166
|
158
|
-
r1
|
159
|
-
xAnalyze
|
160
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c
|
161
|
-
oclang: warning: argument unused during compilation: '-flto'
|
162
|
-
lSLF07#2@99"Analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c339053242#339053242#0(60"clang: warning: argument unused during compilation: '-flto'
|
163
|
setenv LANG en_US.US-ASCII
|
164
1
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources --analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/TSICTString.plist
|
165
|
-
|
166
|
-
CAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c
|
167
|
-
s339053241.989084
|
168
|
-
e339053244.441804
|
169
|
-
r1
|
170
|
-
xAnalyze
|
171
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c
|
172
|
-
oclang: warning: argument unused during compilation: '-flto'
|
173
|
-
lSLF07#2@91"Analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c339053241#339053244#0(60"clang: warning: argument unused during compilation: '-flto'
|
174
2
|
setenv LANG en_US.US-ASCII
|
175
3
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources --analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/cli.plist
|
176
|
-
|
177
|
-
CAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c
|
178
|
-
s339053242.744369
|
179
|
-
e339053243.082737
|
180
|
-
r1
|
181
|
-
xAnalyze
|
182
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c
|
183
|
-
oclang: warning: argument unused during compilation: '-flto'
|
184
|
-
lSLF07#2@94"Analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c339053242#339053243#0(60"clang: warning: argument unused during compilation: '-flto'
|
185
4
|
setenv LANG en_US.US-ASCII
|
186
5
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources --analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/compat.plist
|
187
|
-
|
188
|
-
CAnalyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c
|
189
|
-
s339053241.686897
|
190
|
-
e339053241.988724
|
191
|
-
r1
|
192
|
-
xAnalyze
|
193
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c
|
194
|
-
oclang: warning: argument unused during compilation: '-flto'
|
195
|
-
lSLF07#2@92"Analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c339053241#339053241#0(60"clang: warning: argument unused during compilation: '-flto'
|
196
6
|
setenv LANG en_US.US-ASCII
|
197
7
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources --analyze /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/StaticAnalyzer/normal/x86_64/main.plist
|
198
|
-
|
199
|
-
CCheck dependencies
|
200
|
-
r0
|
201
|
-
lSLF07#2@18"Check dependencies339053244#339053245#0(0"0(0#1#0"5642802664050018304#0"0#
|
202
|
-
|
203
|
-
CCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
204
|
-
s339053241.539463
|
205
|
-
e339053241.686677
|
206
|
-
r1
|
207
|
-
xCompileC
|
208
|
-
xbuild/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o
|
209
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c
|
210
|
-
xnormal
|
211
|
-
xx86_64
|
212
|
-
xc
|
213
|
-
xcom.apple.compilers.llvm.clang.1_0.compiler
|
214
|
-
lSLF07#2@99"Compile /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c339053241#339053241#0(0"0(0#0#91"/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c4346289856#1336" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
215
8
|
setenv LANG en_US.US-ASCII
|
216
9
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources -c /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/TSICTString.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/TSICTString.o
|
217
|
-
|
218
|
-
CCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
219
|
-
s339053240.897606
|
220
|
-
e339053241.539122
|
221
|
-
r1
|
222
|
-
xCompileC
|
223
|
-
xbuild/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o
|
224
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c
|
225
|
-
xnormal
|
226
|
-
xx86_64
|
227
|
-
xc
|
228
|
-
xcom.apple.compilers.llvm.clang.1_0.compiler
|
229
|
-
lSLF07#2@91"Compile /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c339053240#339053241#0(0"0(0#0#83"/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c7023187097580566528#1320" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
230
10
|
setenv LANG en_US.US-ASCII
|
231
11
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources -c /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/cli.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/cli.o
|
232
|
-
|
233
|
-
CCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
234
|
-
s339053241.546303
|
235
|
-
e339053241.803486
|
236
|
-
r1
|
237
|
-
xCompileC
|
238
|
-
xbuild/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o
|
239
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c
|
240
|
-
xnormal
|
241
|
-
xx86_64
|
242
|
-
xc
|
243
|
-
xcom.apple.compilers.llvm.clang.1_0.compiler
|
244
|
-
lSLF07#2@94"Compile /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c339053241#339053241#0(0"0(0#0#86"/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c4346317024#1326" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
245
12
|
setenv LANG en_US.US-ASCII
|
246
13
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources -c /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/compat.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/compat.o
|
247
|
-
|
248
|
-
CCompileC build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
|
249
|
-
s339053240.892448
|
250
|
-
e339053241.546063
|
251
|
-
r1
|
252
|
-
xCompileC
|
253
|
-
xbuild/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o
|
254
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c
|
255
|
-
xnormal
|
256
|
-
xx86_64
|
257
|
-
xc
|
258
|
-
xcom.apple.compilers.llvm.clang.1_0.compiler
|
259
|
-
lSLF07#2@92"Compile /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c339053240#339053241#0(0"0(0#0#84"/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c8601721830798418944#1322" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
260
14
|
setenv LANG en_US.US-ASCII
|
261
15
|
/Developer/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -mdynamic-no-pic -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -pedantic -Wshadow -Wnewline-eof -Wshorten-64-to-32 -fexceptions -fasm-blocks -funroll-loops -mmacosx-version-min=10.5 -gdwarf-2 -msse3 -mssse3 -fvisibility=hidden -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/fsevent_watch.hmap -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/include -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources/x86_64 -I/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/DerivedSources -c /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/fsevent_watch/main.c -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/main.o
|
262
|
-
|
263
|
-
CLd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch normal x86_64
|
264
|
-
s339053245.096196
|
265
|
-
e339053245.309889
|
266
|
-
r1
|
267
|
-
xLd
|
268
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
269
|
-
xnormal
|
270
|
-
xx86_64
|
271
|
-
lSLF07#2@92"Link /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch339053245#339053245#0(0"0(0#0#0"12948050798968932#710" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
272
16
|
setenv MACOSX_DEPLOYMENT_TARGET 10.5
|
273
17
|
/Developer/usr/bin/clang -arch x86_64 -L/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -filelist /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/fsevent_watch.LinkFileList -mmacosx-version-min=10.5 -dead_strip -no_dead_strip_inits_and_terms -framework CoreFoundation -framework CoreServices -prebind -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
274
|
-
|
275
|
-
CLd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch normal x86_64
|
276
|
-
s339053241.803742
|
277
|
-
e339053242.563067
|
278
|
-
r1
|
279
|
-
xLd
|
280
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch
|
281
|
-
xnormal
|
282
|
-
xx86_64
|
283
|
-
lSLF07#2@96"Link /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch339053241#339053242#0(0"0(0#0#0"27584749587923044#714" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
284
18
|
setenv MACOSX_DEPLOYMENT_TARGET 10.5
|
285
19
|
/Developer/usr/bin/clang -arch x86_64 -L/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -F/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release -filelist /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/fsevent_watch.build/Release/fsevent_watch.build/Objects-normal/x86_64/fsevent_watch.LinkFileList -mmacosx-version-min=10.5 -dead_strip -no_dead_strip_inits_and_terms -framework CoreFoundation -framework CoreServices -prebind -o /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch
|
286
|
-
|
287
|
-
CSetMode u+w,go-w,a+rX /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
288
|
-
s339053245.364455
|
289
|
-
e339053245.368979
|
290
|
-
r1
|
291
|
-
xSetMode
|
292
|
-
xu+w,go-w,a+rX
|
293
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
294
|
-
lSLF07#2@45"SetMode u+w,go-w,a+rX ../../bin/fsevent_watch339053245#339053245#0(0"0(0#0#87"/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch4347581472#192" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
295
20
|
/bin/chmod -RH u+w,go-w,a+rX /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
296
|
-
|
297
|
-
CSetOwnerAndGroup travistilley:staff /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
298
|
-
s339053245.347981
|
299
|
-
e339053245.364310
|
300
|
-
r0
|
301
|
-
xSetOwnerAndGroup
|
302
|
-
xtravistilley:staff
|
303
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
304
|
-
ochown: /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch: Function not implemented
|
305
|
-
lSLF07#2@59"SetOwnerAndGroup travistilley:staff ../../bin/fsevent_watch339053245#339053245#0(169"chown: /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch: Function not implemented
|
306
21
|
/usr/sbin/chown -RH travistilley:staff /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
307
|
-
|
308
|
-
CStrip /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
309
|
-
s339053245.310305
|
310
|
-
e339053245.347821
|
311
|
-
r1
|
312
|
-
xStrip
|
313
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
314
|
-
lSLF07#2@29"Strip ../../bin/fsevent_watch339053245#339053245#0(0"0(0#0#87"/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch4352219856#188" cd /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch
|
315
22
|
/Developer/usr/bin/strip /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
316
|
-
|
317
|
-
CSymLink /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
318
|
-
s339053245.071969
|
319
|
-
e339053245.095535
|
320
|
-
r0
|
321
|
-
xSymLink
|
322
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch
|
323
|
-
x/Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch
|
324
|
-
oln: /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch: Function not implemented
|
325
|
-
lSLF07#2@99"Process /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch339053245#339053245#0(162"ln: /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch: Function not implemented
|
326
23
|
/bin/ln -sf /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/../../bin/fsevent_watch /Volumes/SharedFolders/Home/github/rb-fsevent/ext/fsevent_watch/build/Release/fsevent_watch
|
327
|
-
|