author=ashuk
Files modified java/webclient/import/Makefile.in This fixes the problem of dependencies in parallel builds. Now Blackwood can be build using parallel make on Solaris. Added dependencies between .java and .idl files. git-svn-id: svn://10.0.0.236/trunk@97253 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -39,10 +39,10 @@ import: $(JAVAXPIDLSRCS)
|
||||
$(JAVAXPIDLSRCS) :
|
||||
cp $(DEPTH)/dist/idl/$(@F) .
|
||||
|
||||
mvjava2stubs:
|
||||
mvjava2stubs: idl2java
|
||||
mv *.java ../classes_spec/org/mozilla/webclient/stubs
|
||||
|
||||
chPackageinStubs:
|
||||
chPackageinStubs: idl2java
|
||||
perl chPackage.pl unix nsIProfile.java "org.mozilla.webclient.stubs"
|
||||
|
||||
export:: import idl2java chPackageinStubs mvjava2stubs
|
||||
|
||||
Reference in New Issue
Block a user