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

*** 9,18 **** --- 9,19 ---- # http://www.illumos.org/license/CDDL. # # Copyright 2014 Gary Mills # # Copyright (c) 2014 Racktop Systems. + # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. # MODULE = Kstat include $(SRC)/cmd/perl/Makefile.perl
*** 32,41 **** include $(SRC)/cmd/perl/Makefile.targ .KEEP_STATE: all: $(PERLEXT) $(PERLMOD) install: $(ROOTPERLEXT) $(ROOTPERLMOD) clean clobber: ! $(RM) -r $(MACH) --- 33,44 ---- include $(SRC)/cmd/perl/Makefile.targ .KEEP_STATE: all: $(PERLEXT) $(PERLMOD) + $(ENABLE_PERL64)all: $(PERLEXT64) install: $(ROOTPERLEXT) $(ROOTPERLMOD) + $(ENABLE_PERL64)install: $(ROOTPERLEXT64) $(ROOTPERLMOD64) clean clobber: ! $(RM) -r $(MACH) $(MACH64)