diff --git a/java/pluggable-jvm/wf/build/java/GNUmakefile b/java/pluggable-jvm/wf/build/java/GNUmakefile index 49bae5d16c3a..a0de7a379d80 100644 --- a/java/pluggable-jvm/wf/build/java/GNUmakefile +++ b/java/pluggable-jvm/wf/build/java/GNUmakefile @@ -15,7 +15,7 @@ # Portions created by Sun Microsystems Inc are Copyright (C) 2001 # All Rights Reserved. # -# $Id: GNUmakefile,v 1.1 2001/05/10 18:12:22 edburns%acm.org Exp $ +# $Id: GNUmakefile,v 1.2 2001/05/11 23:31:33 edburns%acm.org Exp $ # # # Contributor(s): @@ -34,7 +34,6 @@ JAVASRCDIR = ../../java CLASSDESTDIR = ../unix/classes ADDCLASSPATH = ../unix/classes PATH_SEP=: -SUBDIRS = ext default: all @@ -45,7 +44,7 @@ include $(BUILDDIR)/Defs.gmk include $(BUILDDIR)/Rules.gmk endif -all: classes exts +all: classes release: all wf.jar @@ -56,9 +55,4 @@ wf.jar: $(MV) wf.jar ..; \ echo " done." -exts: - @echo "Making Waterfall extension components" - @cd ext; \ - $(MAKE) all - .PHONY : all classes clean exts diff --git a/java/pluggable-jvm/wf/build/java/makefile.win b/java/pluggable-jvm/wf/build/java/makefile.win index b6bc8e978e8b..5df197486c64 100644 --- a/java/pluggable-jvm/wf/build/java/makefile.win +++ b/java/pluggable-jvm/wf/build/java/makefile.win @@ -15,7 +15,7 @@ # Portions created by Sun Microsystems Inc are Copyright (C) 2001 # All Rights Reserved. # -# $Id: makefile.win,v 1.1 2001/05/10 18:12:22 edburns%acm.org Exp $ +# $Id: makefile.win,v 1.2 2001/05/11 23:31:35 edburns%acm.org Exp $ # # # Contributor(s): @@ -34,7 +34,6 @@ BUILDDIR=. JAVASRCDIR=..\..\java ADDCLASSPATH=..\win32\classes PATH_SEP=; -SUBDIRS=ext !include FileListCommon.mk !include FileListWin.mk @@ -47,14 +46,10 @@ FILES_class = $(FILES_class:netscape/javascript=../win32/classes/netscape/javasc !include rules.mk -all: classes exts +all: classes release: all wf.jar -exts: - @ cd ext - @ $(MAKE) -f makefile.win -nologo all - wf.jar: @ echo "Creating wf.jar file" @ cd $(CLASSDESTDIR) diff --git a/java/pluggable-jvm/wf/build/win32/plugin.policy b/java/pluggable-jvm/wf/build/win32/plugin.policy index 1b0e45295afd..f0deae78838f 100644 --- a/java/pluggable-jvm/wf/build/win32/plugin.policy +++ b/java/pluggable-jvm/wf/build/win32/plugin.policy @@ -16,7 +16,7 @@ * Portions created by Sun Microsystems Inc are Copyright (C) 2001 * All Rights Reserved. * - * $Id: plugin.policy,v 1.1 2001/05/10 18:12:23 edburns%acm.org Exp $ + * $Id: plugin.policy,v 1.2 2001/05/11 23:31:37 edburns%acm.org Exp $ * * * Contributor(s):