Print this page
1681 support for BUILD64=# no longer works

*** 19,34 **** # CDDL HEADER END # # # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. # include $(SRC)/lib/Makefile.lib CAPDIR = capabilities ! SUBDIRS = $(MACH) $(BUILD64) $(MACH64) $(PLATFORMS) all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install --- 19,37 ---- # CDDL HEADER END # # # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright 2014 Andrew Stormont. # include $(SRC)/lib/Makefile.lib CAPDIR = capabilities ! SUBDIRS = $(MACH) ! $(BUILD64)SUBDIRS += $(MACH64) ! SUBDIRS += $(PLATFORMS) all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install