Print this page
7661 illumos should provide 64bit perl modules
*** 8,18 ****
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
# Copyright 2014 Gary Mills
#
! # Copyright (c) 2014 Racktop Systems.
#
MODULE = Kstat
include $(SRC)/cmd/perl/Makefile.perl
--- 8,19 ----
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
# Copyright 2014 Gary Mills
#
! # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
! # Copyright 2016 RackTop Systems.
#
MODULE = Kstat
include $(SRC)/cmd/perl/Makefile.perl
*** 31,41 ****
include $(SRC)/cmd/perl/Makefile.targ
.KEEP_STATE:
! all: $(PERLEXT) $(PERLMOD)
! install: $(ROOTPERLEXT) $(ROOTPERLMOD)
clean clobber:
! $(RM) -r $(MACH)
--- 32,44 ----
include $(SRC)/cmd/perl/Makefile.targ
.KEEP_STATE:
! $(32BIT_PERL)all: $(PERLEXT) $(PERLMOD)
! $(64BIT_PERL)all: $(PERLEXT64) $(PERLMOD)
! $(32BIT_PERL)install: $(ROOTPERLEXT) $(ROOTPERLMOD)
! $(64BIT_PERL)install: $(ROOTPERLEXT64) $(ROOTPERLMOD64)
clean clobber:
! $(RM) -r $(MACH) $(MACH64)