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:
cls%seawood.org
2000-09-27 00:38:38 +00:00
parent 6f662aecd5
commit 0ff119d973
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)