Makefile revision 4337
7215N/A# The contents of this file are subject to the terms of the 7215N/A# Common Development and Distribution License (the "License"). 7215N/A# You may not use this file except in compliance with the License. 7215N/A# See the License for the specific language governing permissions 7215N/A# and limitations under the License. 7215N/A# When distributing Covered Code, include this CDDL HEADER in each 7215N/A# If applicable, add the following below this CDDL HEADER, with the 7215N/A# fields enclosed by brackets "[]" replaced with your own identifying 7215N/A# information: Portions Copyright [yyyy] [name of copyright owner] 7215N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 7215N/A# Syntax issues: not Python 3 ready. 7215N/A# Unpack the ipython man pages. 7215N/A# Replace "#!/usr/bin/env ..." shebang lines with properly versioned ones. 7215N/A -
exec $(GSED) -i -e
's|env python|python$(PYTHON_VERSION)|' "{}" \; ;