make/linux/makefiles/top.make

changeset 1406
0fc81f0a8ca8
parent 868
c1345e85f901
child 1445
354d3184f6b2
     1.1 --- a/make/linux/makefiles/top.make	Thu Sep 10 09:04:41 2009 -0400
     1.2 +++ b/make/linux/makefiles/top.make	Sat Sep 12 12:50:07 2009 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  # top.make is included in the Makefile in the build directories.
     1.6  # It DOES NOT include the vm dependency info in order to be faster.
     1.7 -# It's main job is to implement the incremental form of make lists.
     1.8 +# Its main job is to implement the incremental form of make lists.
     1.9  # It also:
    1.10  #   -builds and runs adlc via adlc.make
    1.11  #   -generates JVMTI source and docs via jvmti.make (JSR-163)
    1.12 @@ -114,7 +114,7 @@
    1.13  # make makeDeps: (and zap the cached db files to force a nonincremental run)
    1.14  
    1.15  $(GENERATED)/$(MakeDepsClass): $(MakeDepsSources)
    1.16 -	@$(REMOTE) $(COMPILE.JAVAC) -classpath $(GAMMADIR)/src/share/tools/MakeDeps -g -d $(GENERATED) $(MakeDepsSources)
    1.17 +	@$(REMOTE) $(COMPILE.JAVAC) -classpath $(GAMMADIR)/src/share/tools/MakeDeps -d $(GENERATED) $(MakeDepsSources)
    1.18  	@echo Removing $(Incremental_Lists) to force regeneration.
    1.19  	@rm -f $(Incremental_Lists)
    1.20  	@$(CDG) echo >$(Cached_plat)

mercurial