A bit of bulletproofing during the changeover: make sure the dist directories that are getting aliases vs. generated headers are cleaned out before doing manifest.

This commit is contained in:
mcmullen%netscape.com 1999-05-13 00:57:36 +00:00
Родитель e7168e1dea
Коммит a3a1fa2d52
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -266,6 +266,7 @@ sub BuildDist()
#XPCOM
InstallFromManifest(":mozilla:xpcom:idl:MANIFEST", "$distdirectory:idl:");
EmptyTree("$distdirectory:xpcom:");#// XXX temporary - needed during changeover only.
InstallFromManifest(":mozilla:xpcom:public:MANIFEST", "$distdirectory:xpcom:");
!$main::USE_XPIDL && InstallFromManifest(":mozilla:xpcom:public:MANIFEST_TEMP","$distdirectory:xpcom:"); #// XXX remove
InstallFromManifest(":mozilla:xpcom:src:MANIFEST", "$distdirectory:xpcom:");
@ -416,6 +417,7 @@ sub BuildDist()
#RDF
InstallFromManifest(":mozilla:rdf:base:idl:MANIFEST", "$distdirectory:idl:");
EmptyTree("$distdirectory:rdf:");#// XXX temporary - needed during changeover only.
InstallFromManifest(":mozilla:rdf:base:public:MANIFEST", "$distdirectory:rdf:");
!$main::USE_XPIDL && InstallFromManifest(":mozilla:rdf:base:public:MANIFEST_TEMP","$distdirectory:rdf:"); #// XXX remove
InstallFromManifest(":mozilla:rdf:util:public:MANIFEST", "$distdirectory:rdf:");