mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
bug 320266 - bustage fix for Lightning. r=jminta
This commit is contained in:
parent
9f2e5d2908
commit
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)
|
||||
|
Loading…
Reference in New Issue
Block a user