Subversion Repositories HomeAutomation

Rev

Rev 972 | Rev 1048 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 972 Rev 1027
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 v8/libv8.a; then \
44
	if test -e src/v8/libv8.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
	./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