Print this page
3900 illumos will not build against gcc compiled perl
@@ -1,6 +1,5 @@
-#!/bin/sh
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
@@ -17,16 +16,23 @@
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
-
-#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+# Copyright (c) 2014 Racktop Systems.
#
-echo_file usr/src/lib/Makefile.lib
-echo_file usr/src/lib/Makefile.targ
-find_files "s.*" usr/src/lib/common
+MODULE = Task
+
+include $(SRC)/cmd/perl/Makefile.perl
+
+XSUBPPFLAGS = -typemap typemap
+
+include $(SRC)/cmd/perl/Makefile.targ
+
+all: $(PERLEXT) $(PERLMOD)
+
+install: $(ROOTPERLEXT) $(ROOTPERLMOD)
+
+clean clobber:
+ $(RM) -r $(MACH)