Makefile revision 3996
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER START
fa9e4066f08beec538e775443c5be79dd423fcabahrens# The contents of this file are subject to the terms of the
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# Common Development and Distribution License (the "License").
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# You may not use this file except in compliance with the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa9e4066f08beec538e775443c5be79dd423fcabahrens# See the License for the specific language governing permissions
fa9e4066f08beec538e775443c5be79dd423fcabahrens# and limitations under the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# When distributing Covered Code, include this CDDL HEADER in each
fa9e4066f08beec538e775443c5be79dd423fcabahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# If applicable, add the following below this CDDL HEADER, with the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# fields enclosed by brackets "[]" replaced with your own identifying
fa9e4066f08beec538e775443c5be79dd423fcabahrens# information: Portions Copyright [yyyy] [name of copyright owner]
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER END
8f2529de2d60d4fff8eb4d86f71b51584342934eMark Shellenbaum# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
fa9e4066f08beec538e775443c5be79dd423fcabahrens sha256:60d602637dc5f078b083a4ca5ab64364ba816bd72439844012ed11a30f88228c
fa9e4066f08beec538e775443c5be79dd423fcabahrensCOMPONENT_ARCHIVE_URL= http://archive.ipython.org/release/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
0a586cea3ceec7e5e50e7e54c745082a7a333ac2Mark Shellenbaum# Syntax issues: not Python 3 ready.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Unpack the ipython man pages.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Replace "#!/usr/bin/env ..." shebang lines with properly versioned ones.
fa9e4066f08beec538e775443c5be79dd423fcabahrens /usr/bin/find $(PROTOUSRLIBDIR)/python$(PYTHON_VERSION) -name *.py \
fa9e4066f08beec538e775443c5be79dd423fcabahrens -exec $(GSED) -i -e 's|env python|python$(PYTHON_VERSION)|' "{}" \; ;