comparison make/bsd/makefiles/top.make @ 14337:5eee9a9aeb7a

8005262: possible gamma launcher issues Summary: Cleaned out make targets and comments associated with the previously removed gamma launcher Reviewed-by: dcubed, stefank
author rdurbin
date Mon, 10 Feb 2014 12:38:34 -0800
parents f2110083203d
children d8041d695d19
comparison
equal deleted inserted replaced
14330:9341a9963d36 14337:5eee9a9aeb7a
126 126
127 the_vm: vm_build_preliminaries $(adjust-mflags) 127 the_vm: vm_build_preliminaries $(adjust-mflags)
128 @$(UpdatePCH) 128 @$(UpdatePCH)
129 @$(MAKE) -f vm.make $(MFLAGS-adjusted) 129 @$(MAKE) -f vm.make $(MFLAGS-adjusted)
130 130
131 install gamma: the_vm 131 install : the_vm
132 @$(MAKE) -f vm.make $@ 132 @$(MAKE) -f vm.make $@
133 133
134 # next rules support "make foo.[ois]" 134 # next rules support "make foo.[ois]"
135 135
136 %.o %.i %.s: 136 %.o %.i %.s: