Print this page
7661 illumos should provide 64bit perl modules (for omni)
*** 7,18 ****
# A full copy of the text of the CDDL should have accompanied this
# 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 = Task
include $(SRC)/cmd/perl/Makefile.perl
--- 7,18 ----
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
+ # Copyright 2016 RackTop Systems.
#
MODULE = Task
include $(SRC)/cmd/perl/Makefile.perl
*** 23,33 ****
include $(SRC)/cmd/perl/Makefile.targ
.KEEP_STATE:
! all: $(PERLEXT) $(PERLMOD) $(PERLEXT64)
! install: $(ROOTPERLEXT) $(ROOTPERLMOD) $(ROOTPERLEXT64) $(ROOTPERLMOD64)
clean clobber:
$(RM) -r $(MACH) $(MACH64)
--- 23,35 ----
include $(SRC)/cmd/perl/Makefile.targ
.KEEP_STATE:
! all: $(PERLEXT) $(PERLMOD)
! $(64BIT_PERL)all: $(PERLEXT64)
! install: $(ROOTPERLEXT) $(ROOTPERLMOD)
! $(64BIT_PERL)install: $(ROOTPERLEXT64) $(ROOTPERLMOD64)
clean clobber:
$(RM) -r $(MACH) $(MACH64)