Make build ids work on unix again. Bug #53559 r=jag a=jar
git-svn-id: svn://10.0.0.236/trunk@79987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -124,7 +124,9 @@ sub EnsureFileInDir
|
||||
|
||||
my $src = $srcFile;
|
||||
if (defined($src)) {
|
||||
$src = "$srcPath/$srcFile";
|
||||
if (! -e $src ) {
|
||||
$src = "$srcPath/$srcFile";
|
||||
}
|
||||
}
|
||||
else {
|
||||
$src = "$srcPath/$destFile";
|
||||
|
||||
@@ -28,13 +28,14 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = unix
|
||||
|
||||
GARBAGE += navigator.dtd.out
|
||||
GARBAGE += navigator.dtd.out
|
||||
|
||||
navigator.dtd.out: navigator.dtd $(DEPTH)/config/build_number Makefile Makefile.in
|
||||
cp $(srcdir)/navigator.dtd $@
|
||||
$(PERL) $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number
|
||||
|
||||
chrome:: navigator.dtd.out
|
||||
chrome:: navigator.dtd.out unix-jar.mn
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
JAR_MANIFEST = $(srcdir)/unix-jar.mn
|
||||
|
||||
2
mozilla/xpfe/browser/resources/locale/en-US/unix-jar.mn
Normal file
2
mozilla/xpfe/browser/resources/locale/en-US/unix-jar.mn
Normal file
@@ -0,0 +1,2 @@
|
||||
en-US.jar:
|
||||
+ locale/en-US/navigator/navigator.dtd (navigator.dtd.out)
|
||||
Reference in New Issue
Block a user