Kaydet (Commit) 86c052e8 authored tarafından Guido van Rossum's avatar Guido van Rossum

Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash

doesn't seem to grok @buildno.
üst 5aadaf5a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment