Make build ids work on unix again. Bug #53559 r=jag a=jar

This commit is contained in:
cls%seawood.org 2000-09-27 00:38:38 +00:00
parent ca2ea6cb42
commit b6dfdbc836
3 changed files with 8 additions and 3 deletions

View File

@ -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";

View File

@ -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

View File

@ -0,0 +1,2 @@
en-US.jar:
+ locale/en-US/navigator/navigator.dtd (navigator.dtd.out)