зеркало из https://github.com/mozilla/gecko-dev.git
bug 320266 - bustage fix for Lightning. r=jminta
This commit is contained in:
Родитель
9f2e5d2908
Коммит
6f19198183
|
@ -91,8 +91,8 @@ EXTRA_SCRIPTS = \
|
|||
|
||||
# Use NSINSTALL to make the directory, as there's no mtime to preserve.
|
||||
libs:: $(EXTRA_SCRIPTS)
|
||||
$(NSINSTALL) -D $(DIST)/bin/js
|
||||
$(INSTALL) $^ $(DIST)/bin/js
|
||||
if test ! -d $(FINAL_TARGET)/js; then $(NSINSTALL) -D $(FINAL_TARGET)/js; fi
|
||||
$(INSTALL) $^ $(FINAL_TARGET)/js
|
||||
|
||||
# The install target must use SYSINSTALL, which is NSINSTALL in copy mode.
|
||||
install:: $(EXTRA_SCRIPTS)
|
||||
|
|
|
@ -55,8 +55,8 @@ EXTRA_SCRIPTS = \
|
|||
|
||||
# Use NSINSTALL to make the directory, as there's no mtime to preserve.
|
||||
libs:: $(EXTRA_SCRIPTS)
|
||||
$(NSINSTALL) -D $(DIST)/bin/js
|
||||
$(INSTALL) $^ $(DIST)/bin/js
|
||||
if test ! -d $(FINAL_TARGET)/js; then $(NSINSTALL) -D $(FINAL_TARGET)/js; fi
|
||||
$(INSTALL) $^ $(FINAL_TARGET)/js
|
||||
|
||||
# The install target must use SYSINSTALL, which is NSINSTALL in copy mode.
|
||||
install:: $(EXTRA_SCRIPTS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче