Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a326ab2c
Commit
a326ab2c
authored
Sep 05, 2007
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch #786737: Allow building in a tree of symlinks pointing to
a readonly source.
parent
5cb86a24
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile.pre.in
Makefile.pre.in
+2
-1
Misc/NEWS
Misc/NEWS
+3
-0
Modules/makesetup
Modules/makesetup
+1
-1
No files found.
Makefile.pre.in
View file @
a326ab2c
...
...
@@ -61,7 +61,7 @@ CFLAGS= $(BASECFLAGS) $(OPT) $(EXTRA_CFLAGS)
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
# be able to build extension modules using the directories specified in the
# environment variables
CPPFLAGS
=
-I
.
-I
$(srcdir)
/Include @CPPFLAGS@
CPPFLAGS
=
-I
.
-I
Include
-I
$(srcdir)
/Include @CPPFLAGS@
LDFLAGS
=
@LDFLAGS@
LDLAST
=
@LDLAST@
SGI_ABI
=
@SGI_ABI@
...
...
@@ -470,6 +470,7 @@ Modules/python.o: $(srcdir)/Modules/python.c
$(GRAMMAR_H) $(GRAMMAR_C)
:
$(PGEN) $(GRAMMAR_INPUT)
-
@
mkdir
Include
-
$(PGEN)
$(GRAMMAR_INPUT)
$(GRAMMAR_H)
$(GRAMMAR_C)
$(PGEN)
:
$(PGENOBJS)
...
...
Misc/NEWS
View file @
a326ab2c
...
...
@@ -122,6 +122,9 @@ Documentation
Build
-----
-
Patch
#
786737
:
Allow
building
in
a
tree
of
symlinks
pointing
to
a
readonly
source
.
-
Bug
#
1737210
:
Change
Manufacturer
of
Windows
installer
to
PSF
.
-
Bug
#
1746880
:
Correctly
install
DLLs
into
system32
folder
on
Win64
.
...
...
Modules/makesetup
View file @
a326ab2c
...
...
@@ -238,7 +238,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
no
)
SHAREDMODS
=
"
$SHAREDMODS
$file
"
;;
esac
rule
=
"
$file
:
$objs
"
rule
=
"
$rule
;
\$
(LDSHARED)
$objs
$libs
$ExtraLibs
-o
$file
"
rule
=
"
$rule
;
\$
(
B
LDSHARED)
$objs
$libs
$ExtraLibs
-o
$file
"
echo
"
$rule
"
>>
$rulesf
done
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment