Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 703 byte(s)
importing opt
1 ---
2 config/rules.mk | 5 +++++
3 1 file changed, 5 insertions(+)
4
5 Index: mozilla/config/rules.mk
6 ===================================================================
7 --- mozilla.orig/config/rules.mk
8 +++ mozilla/config/rules.mk
9 @@ -57,16 +57,21 @@
10 REPORT_BUILD = @echo $(notdir $<)
11
12 ifeq ($(OS_ARCH),OS2)
13 EXEC =
14 else
15 EXEC = exec
16 endif
17
18 +# Don't copy xulrunner files at install time, when using system xulrunner
19 +ifdef LIBXUL_SDK
20 + SKIP_COPY_XULRUNNER=1
21 +endif
22 +
23 # ELOG prints out failed command when building silently (gmake -s).
24 ifneq (,$(findstring -s,$(MAKEFLAGS)))
25 ELOG := $(EXEC) sh $(BUILD_TOOLS)/print-failed-commands.sh
26 else
27 ELOG :=
28 endif
29
30 ifeq ($(MOZ_OS2_TOOLS),VACPP)