Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 827851 - Move the rules from bug 822017 after including rules.mk;…
Browse files Browse the repository at this point in the history
… r=ted
  • Loading branch information
glandium committed Jan 8, 2013
1 parent a6a1045 commit 4e735bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions browser/app/profile/extensions/Makefile.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ all_xpis = $(foreach dir,$(EXTENSIONS),$(DISTROEXT)/$(dir).xpi)
libs:: $(all_xpis) libs:: $(all_xpis)
GARBAGE += $(all_xpis) GARBAGE += $(all_xpis)


$(all_xpis): $(DISTROEXT)/%.xpi: $(call mkdir_deps,$(DISTROEXT)) libs-%
cd $* && \
$(ZIP) -r9XD $@ * -x \*.in -x \*.mkdir.done
cd $(call core_abspath,$(srcdir)/$*) && \
$(ZIP) -r9XD $@ * -x \*.in -x \*.mkdir.done

.PHONY: $(all_xpis:.xpi=)

define pp_one define pp_one
$(2) := $(2) $(2) := $(2)
$(2)_PATH := $(dir $(2)) $(2)_PATH := $(dir $(2))
Expand All @@ -50,3 +42,11 @@ $(foreach d,$(EXTENSIONS), \
endif endif


include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

$(all_xpis): $(DISTROEXT)/%.xpi: $(call mkdir_deps,$(DISTROEXT)) libs-%
cd $* && \
$(ZIP) -r9XD $@ * -x \*.in -x \*.mkdir.done
cd $(call core_abspath,$(srcdir)/$*) && \
$(ZIP) -r9XD $@ * -x \*.in -x \*.mkdir.done

.PHONY: $(all_xpis:.xpi=)

0 comments on commit 4e735bf

Please sign in to comment.