Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 0feca7a

Browse files
author
Anselm Kruis
committed
Stackless issue #298: Fix a race in the build process
The was a race, when extracting libstackman.a.
1 parent 0fe12a6 commit 0feca7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,8 @@ $(srcdir)/Include/cpython/slp_exttype.h: $(srcdir)/Objects/typeobject.c $(srcdir
715715
mv $(srcdir)/Include/cpython/slp_exttype.h.new $(srcdir)/Include/cpython/slp_exttype.h
716716

717717
$(SLP_STACKMAN_OBJS): $(SLP_STACKMAN_LIB)
718-
cp $(SLP_STACKMAN_LIB) Stackless/platf/libstackman.a
719-
cd Stackless/platf && $(AR) x libstackman.a && rm libstackman.a
718+
cp $(SLP_STACKMAN_LIB) Stackless/platf/libstackman.a_$$$$ && \
719+
cd Stackless/platf && $(AR) x libstackman.a_$$$$ && rm libstackman.a_$$$$
720720

721721
Stackless/platf/slp_transfer.o: $(srcdir)/Stackless/platf/slp_transfer.c
722722
$(CC) -c $(PY_CORE_CFLAGS) $(SLPFLAGS) -o $@ $(srcdir)/Stackless/platf/slp_transfer.c

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /