< prev index next >

make/bsd/makefiles/top.make

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -83,11 +83,11 @@
 
 default: vm_build_preliminaries the_vm
         @echo All done.
 
 # This is an explicit dependency for the sake of parallel makes.
-vm_build_preliminaries:  checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff trace_stuff dtrace_stuff
+vm_build_preliminaries:  checks $(Cached_plat) $(AD_Files_If_Required) trace_stuff jvmti_stuff dtrace_stuff
         @# We need a null action here, so implicit rules don't get consulted.
 
 $(Cached_plat): $(Plat_File)
         $(CDG) $(CP) $(Plat_File) $(Cached_plat)
 

@@ -127,11 +127,11 @@
 
 the_vm: vm_build_preliminaries $(adjust-mflags)
         +@$(UpdatePCH)
         @$(MAKE) -f vm.make $(MFLAGS-adjusted)
 
-install : the_vm
+install: the_vm
         @$(MAKE) -f vm.make $@
 
 # next rules support "make foo.[ois]"
 
 %.o %.i %.s:
< prev index next >