makefile.mk (58c70741) makefile.mk (e7d4ae22)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 28 unchanged lines hidden (view full) ---

37 @echo "Therefore the version provided here does not need to be built in addition."
38.ENDIF
39
40
41# --- Files --------------------------------------------------------
42
43
44TARFILE_NAME=Python-$(PYVERSION)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 28 unchanged lines hidden (view full) ---

37 @echo "Therefore the version provided here does not need to be built in addition."
38.ENDIF
39
40
41# --- Files --------------------------------------------------------
42
43
44TARFILE_NAME=Python-$(PYVERSION)
45TARFILE_MD5=045fb3440219a1f6923fefdabde63342
45TARFILE_MD5=27a7919fa8d1364bae766949aaa91a5b
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch

--- 113 unchanged lines hidden (view full) ---

167
168$(PYVERSIONFILE_DMAKE) : pyversion_dmake.mk $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
169 -rm -f $@
170 cat $? > $@
171
172$(PYVERSIONFILE) : pyversion.mk $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
173 -rm -f $@
174 cat $? > $@
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch

--- 113 unchanged lines hidden (view full) ---

167
168$(PYVERSIONFILE_DMAKE) : pyversion_dmake.mk $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
169 -rm -f $@
170 cat $? > $@
171
172$(PYVERSIONFILE) : pyversion.mk $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
173 -rm -f $@
174 cat $? > $@
175