make/solaris/makefiles/top.make

Print this page

        

@@ -22,11 +22,11 @@
 #  
 #
 
 # top.make is included in the Makefile in the build directories.
 # It DOES NOT include the vm dependency info in order to be faster.
-# It's main job is to implement the incremental form of make lists.
+# Its main job is to implement the incremental form of make lists.
 # It also:
 #   -builds and runs adlc via adlc.make
 #   -generates JVMTI source and docs via jvmti.make (JSR-163)
 #   -generate sa-jdi.jar (JDI binding to core files)
 

@@ -110,11 +110,11 @@
         @# We need a null action here, so implicit rules don't get consulted.
 
 # make makeDeps: (and zap the cached db files to force a nonincremental run)
 
 $(GENERATED)/$(MakeDepsClass): $(MakeDepsSources)
-        @$(COMPILE.JAVAC) -classpath $(GAMMADIR)/src/share/tools/MakeDeps -g -d $(GENERATED) $(MakeDepsSources)
+        @$(COMPILE.JAVAC) -classpath $(GAMMADIR)/src/share/tools/MakeDeps $(BOOTSTRAP_JAVAC_FLAGS) -d $(GENERATED) $(MakeDepsSources)
         @echo Removing $(Incremental_Lists) to force regeneration.
         @rm -f $(Incremental_Lists)
         @$(CDG) echo >$(Cached_plat)
 
 # make incremental_lists, if cached files out of date, run makeDeps