mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Fixing the dependency on mozilla/config (yanked the include, removed the $(NMAKE)
references. Approved: sar
This commit is contained in:
parent
4f75dec32a
commit
7834a5c287
12
client.mak
12
client.mak
@ -66,9 +66,6 @@ CVSCO_RAPTOR = $(CVSCO)
|
||||
CVSCO_LIZARD = $(CVSCO)
|
||||
CVSCO_NETWORK = $(CVSCO)
|
||||
|
||||
# rules.mak include config.mak
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
## The master target
|
||||
############################################################
|
||||
|
||||
@ -89,14 +86,17 @@ pull_seamonkey:
|
||||
|
||||
############################################################
|
||||
|
||||
# nmake has to be hardcoded, or we have to depend on mozilla/config
|
||||
# being pulled already to figure out what $(NMAKE) should be.
|
||||
|
||||
clobber_all:
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||
$(NMAKE) -f makefile.win clobber_all
|
||||
nmake -f makefile.win clobber_all
|
||||
|
||||
depend:
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||
$(NMAKE) -f makefile.win depend
|
||||
nmake -f makefile.win depend
|
||||
|
||||
build_all:
|
||||
@cd $(MOZ_SRC)\mozilla\.
|
||||
$(NMAKE) -f makefile.win all
|
||||
nmake -f makefile.win all
|
||||
|
Loading…
x
Reference in New Issue
Block a user