Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 746382 - save a copy of whatever mozconfig you used into $OBJDIR/…
Browse files Browse the repository at this point in the history
….mozconfig to make it easier to automate rebuilds. r=khuey
  • Loading branch information
hotsphink committed Apr 17, 2012
1 parent 4b7bf30 commit 0cb66b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,12 @@ configure-preqs = \
configure-files \
$(call mkdir_deps,$(OBJDIR)) \
$(if $(MOZ_BUILD_PROJECTS),$(call mkdir_deps,$(MOZ_OBJDIR))) \
save-mozconfig \
$(NULL)

save-mozconfig:
-cp $(FOUND_MOZCONFIG) $(OBJDIR)/.mozconfig

configure:: $(configure-preqs)
@echo cd $(OBJDIR);
@echo $(CONFIGURE) $(CONFIGURE_ARGS)
Expand Down

0 comments on commit 0cb66b3

Please sign in to comment.