Do chrome on install pass, not export

This commit is contained in:
law%netscape.com 1999-07-27 21:55:17 +00:00
parent e41ee9aba7
commit 062ccdd322

View File

@ -775,11 +775,11 @@ CHROME_CONTENT_DIR=.
!endif !endif
# Export content files by copying to dist. # Export content files by copying to dist.
export:: $(CHROME_CONTENT:.\=EXPORT\.\) install:: $(CHROME_CONTENT:.\=INSTALL\.\)
# Pseudo-target specifying how to install content files. # Pseudo-target specifying how to install content files.
$(CHROME_CONTENT:.\=EXPORT\.\): $(CHROME_CONTENT:.\=INSTALL\.\):
$(MAKE_INSTALL) $(@:EXPORT\.=.) $(CHROME_DIST)\$(CHROME_CONTENT_DIR)\$(@D:EXPORT\.=.) $(MAKE_INSTALL) $(@:INSTALL\.=.) $(CHROME_DIST)\$(CHROME_CONTENT_DIR)\$(@D:INSTALL\.=.)
# Clobber content files. # Clobber content files.
clobber_all:: $(CHROME_CONTENT:.\=CLOBBER\.\) clobber_all:: $(CHROME_CONTENT:.\=CLOBBER\.\)
@ -801,11 +801,11 @@ CHROME_SKIN_DIR=.
!endif !endif
# Export content files by copying to dist. # Export content files by copying to dist.
export:: $(CHROME_SKIN:.\=EXPORT\.\) install:: $(CHROME_SKIN:.\=INSTALL\.\)
# Pseudo-target specifying how to install chrome files. # Pseudo-target specifying how to install chrome files.
$(CHROME_SKIN:.\=EXPORT\.\): $(CHROME_SKIN:.\=INSTALL\.\):
$(MAKE_INSTALL) $(@:EXPORT\.=.) $(CHROME_DIST)\$(CHROME_SKIN_DIR)\$(@D:EXPORT\.=.) $(MAKE_INSTALL) $(@:INSTALL\.=.) $(CHROME_DIST)\$(CHROME_SKIN_DIR)\$(@D:INSTALL\.=.)
# Clobber content files. # Clobber content files.
clobber_all:: $(CHROME_SKIN:.\=CLOBBER\.\) clobber_all:: $(CHROME_SKIN:.\=CLOBBER\.\)
@ -827,11 +827,11 @@ CHROME_L10N_DIR=.
!endif !endif
# Export l10n files by copying to dist. # Export l10n files by copying to dist.
export:: $(CHROME_L10N:.\=EXPORT\.\) install:: $(CHROME_L10N:.\=INSTALL\.\)
# Pseudo-target specifying how to install l10n files. # Pseudo-target specifying how to install l10n files.
$(CHROME_L10N:.\=EXPORT\.\): $(CHROME_L10N:.\=INSTALL\.\):
$(MAKE_INSTALL) $(@:EXPORT\.=.) $(CHROME_DIST)\$(CHROME_L10N_DIR)\$(@D:EXPORT\.=.) $(MAKE_INSTALL) $(@:INSTALL\.=.) $(CHROME_DIST)\$(CHROME_L10N_DIR)\$(@D:INSTALL\.=.)
# Clobber l10n files. # Clobber l10n files.
clobber_all:: $(CHROME_L10N:.\=CLOBBER\.\) clobber_all:: $(CHROME_L10N:.\=CLOBBER\.\)