Rev 1048 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1048 | Rev 1428 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | 39 | ||
| 40 | # build |
40 | # build |
| 41 | build: .build-post |
41 | build: .build-post |
| 42 | 42 | ||
| 43 | .build-pre: |
43 | .build-pre: |
| 44 | if test -e src/v8/libv8.a && test -e src/v8/libv8_g.a; then \ |
44 | # if test -e src/v8/libv8.a && test -e src/v8/libv8_g.a; then \ |
| 45 | echo "Google V8 found"; \ |
45 | # echo "Google V8 found"; \ |
| 46 | else \ |
46 | # else \ |
| 47 | echo "Google V8 not found, running script..."; \ |
47 | # echo "Google V8 not found, running script..."; \ |
| 48 | ./src/fetchV8.sh; \ |
48 | # ./src/fetchV8.sh; \ |
| 49 | fi |
49 | # fi |
| 50 | 50 | ||
| 51 | # Add your pre 'build' code here... |
51 | # Add your pre 'build' code here... |
| 52 | 52 | ||
| 53 | .build-post: .build-impl |
53 | .build-post: .build-impl |
| 54 | # Add your post 'build' code here... |
54 | # Add your post 'build' code here... |