Print this page
7170 ENABLE_PERL64 multiarch builds
reviewed by: Andrew Stormont <andyjstormont@gmail.com>
reviewed by: Lauri Tirkkonen <lotheac@iki.fi>

@@ -8,17 +8,18 @@
 # source.  A copy of the CDDL is also available via the Internet at
 # http://www.illumos.org/license/CDDL.
 #
 #
 # Copyright (c) 2014 Racktop Systems.
+# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
 #
 
 MODULE = Pg
 
 include $(SRC)/cmd/perl/Makefile.perl
 
-# Install module into arch independant directory
+# Install module into arch independent directory
 ROOTPERLMODDIR = $(ROOTPERLDIR)/lib/Sun/Solaris
 
 include $(SRC)/cmd/perl/Makefile.targ
 
 .KEEP_STATE:

@@ -26,6 +27,6 @@
 all: $(PERLMOD)
 
 install: $(ROOTPERLMOD)
 
 clean clobber:
-        $(RM) -r $(MACH)
+        $(RM) -r $(MACH) $(MACH64)