deliver had always ignored the missing "3" in the target anyway, delivering any
libfreebl3.* from the source dir to the exact same name in the target dir.  (And
scp2/source/ooo/file_library_ooo.scp indeed expects the file to be named freebl3
with the "3").  This appears to be a harmless typo introduced with
09bc28fb7b998f56b481fb07eb576f00ce72c26f "jl144: #i106132# nss does not build on
MacOS 10.6 because of libsqlite3."

Change-Id: I251834c2157acf0936bde9b7daaad16693822acb
This commit is contained in:
Stephan Bergmann 2012-07-16 16:41:28 +02:00
parent a201316b83
commit 069c1efa39

View File

@ -9,7 +9,7 @@ mkdir: %_DEST%\lib\sqlite
..\%__SRC%\inc\include\private\*.h %_DEST%\inc\mozilla\nspr\private
..\%__SRC%\inc\nss\*.h %_DEST%\inc\mozilla\nss
..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl.*
..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl3.*
..\%__SRC%\lib\libfreebl_32fpu_3.* %_DEST%\lib\libfreebl_32fpu_3.*
..\%__SRC%\lib\libfreebl_32int64_3.* %_DEST%\lib\libfreebl_32int64_3.*
..\%__SRC%\lib\libfreebl_32int_3.* %_DEST%\lib\libfreebl_32int_3.*