Commit 2e0e1fe9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Mount /tmp to get more space for tests

parent af2fec50
all: all:
mkdir tmp
mount --bind tmp /tmp
tar xf Python-3.11.4.tar.xz tar xf Python-3.11.4.tar.xz
cd Python-3.11.4 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=yes --enable-optimizations cd Python-3.11.4 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=yes --enable-optimizations
$(MAKE) -C Python-3.11.4 $(MAKE) -C Python-3.11.4
...@@ -10,6 +13,9 @@ all: ...@@ -10,6 +13,9 @@ all:
rm -f $(HOME)/.python_history rm -f $(HOME)/.python_history
rm -rf Python-3.11.4 rm -rf Python-3.11.4
umount /tmp
rm -rf tmp
3-10: 3-10:
tar xf Python-3.10.5.tar.xz tar xf Python-3.10.5.tar.xz
cd Python-3.10.5 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=yes --enable-optimizations cd Python-3.10.5 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=yes --enable-optimizations
......
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