зеркало из https://github.com/mozilla/gecko-dev.git
make copying of history.properties objdir-safe
This commit is contained in:
Родитель
b9af4fb421
Коммит
829c70d061
|
@ -1409,7 +1409,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "mkdir -p locale/en-US/communicator/history/ ; cp ../xpfe/components/history/resources/locale/en-US/history.properties locale/en-US/communicator/history ; zip -g ../dist/Embed/chrome/embed.jar locale/en-US/communicator/history/history.properties ; rm -rf locale";
|
||||
shellScript = "SRCDIR=`make echo_srcdir`; mkdir -p locale/en-US/communicator/history/ ; cp $SRCDIR/../xpfe/components/history/resources/locale/en-US/history.properties locale/en-US/communicator/history ; zip -g ../dist/Embed/chrome/embed.jar locale/en-US/communicator/history/history.properties ; rm -rf locale";
|
||||
};
|
||||
3FA0DBC00473293D00A80005 = {
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -1422,7 +1422,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "mkdir -p locale/en-US/communicator/history/ ; cp ../xpfe/components/history/resources/locale/en-US/history.properties locale/en-US/communicator/history ; zip -g ../dist/Embed/chrome/embed.jar locale/en-US/communicator/history/history.properties ; rm -rf locale";
|
||||
shellScript = "SRCDIR=`make echo_srcdir`; mkdir -p locale/en-US/communicator/history/ ; cp $SRCDIR/../xpfe/components/history/resources/locale/en-US/history.properties locale/en-US/communicator/history ; zip -g ../dist/Embed/chrome/embed.jar locale/en-US/communicator/history/history.properties ; rm -rf locale";
|
||||
};
|
||||
3FAD95540461E43700A80005 = {
|
||||
isa = PBXFileReference;
|
||||
|
|
|
@ -65,4 +65,6 @@ clean clobber:
|
|||
rm -rf build
|
||||
rm -f resources/localized/English.lproj/Localized.rsrc
|
||||
|
||||
|
||||
# convenience target for PB script build phases
|
||||
echo_srcdir:
|
||||
@echo $(srcdir)
|
||||
|
|
Загрузка…
Ссылка в новой задаче