Print this page
1681 support for BUILD64=# no longer works
        
*** 19,33 ****
  # CDDL HEADER END
  #
  #
  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  #
  
  include         ../Makefile.lib
  
! SUBDIRS =       $(MACH) $(BUILD64) $(MACH64)
  
  all :=          TARGET= all
  clean :=        TARGET= clean
  clobber :=      TARGET= clobber
  install :=      TARGET= install
--- 19,35 ----
  # CDDL HEADER END
  #
  #
  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
+ # Copyright 2014 Andrew Stormont.
  #
  
  include         ../Makefile.lib
  
! SUBDIRS =       $(MACH)
! $(BUILD64)SUBDIRS += $(MACH64)
  
  all :=          TARGET= all
  clean :=        TARGET= clean
  clobber :=      TARGET= clobber
  install :=      TARGET= install