Print this page
1681 support for BUILD64=# no longer works
@@ -17,20 +17,20 @@
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
-# ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+# Copyright 2014 Andrew Stormont.
#
include $(SRC)/Makefile.master
SUBDIRS= $(MACH)
+$(BUILD64)SUBDIRS += $(MACH64)
all:= TARGET= all
chkmsg:= TARGET= chkmsg
catalog:= TARGET= catalog
install:= TARGET= install
@@ -44,11 +44,8 @@
package all chkmsg catalog clean clobber lint install: \
$(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
- @if [ -d $(MACH64) ]; then \
- cd $(MACH64); pwd; $(MAKE) $(TARGET); \
- else /bin/true; fi
FRC: