Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 9c2bdf7

Browse files
author
Anselm Kruis
committed
Stackless issue #298: Fix a race in the build process
Kristján pointed me to another race, but now extracting the archive members should be save. (cherry picked from commit 61e405e)
1 parent 6390138 commit 9c2bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ $(srcdir)/Include/cpython/slp_exttype.h: $(srcdir)/Objects/typeobject.c $(srcdir
716716

717717
$(SLP_STACKMAN_OBJS): $(SLP_STACKMAN_LIB)
718718
cp $(SLP_STACKMAN_LIB) Stackless/platf/libstackman.a_$$$$ && \
719-
cd Stackless/platf && $(AR) x libstackman.a_$$$$ && rm libstackman.a_$$$$
719+
cd Stackless/platf && $(AR) x libstackman.a_$$$$ $(@F) && 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)