mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash
doesn't seem to grok @buildno.
This commit is contained in:
parent
5aadaf5a8e
commit
86c052e83a
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ all: $(LIBRARY) python sharedmods
|
|||
|
||||
# Build the interpreter
|
||||
python: $(LIBRARY) buildno
|
||||
expr `cat buildno` + 1 >@buildno
|
||||
mv @buildno buildno
|
||||
expr `cat buildno` + 1 >buildno1
|
||||
mv -f buildno1 buildno
|
||||
$(CC) -c $(CFLAGS) -DBUILD=`cat buildno` \
|
||||
$(srcdir)/Modules/getbuildinfo.c
|
||||
$(AR) cr $(LIBRARY) getbuildinfo.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue