prepare: git clone https://sourceware.org/git/glibc.git cd glibc libc: make install: make install DESTDIR="${PREFIX}" uninstall: make uninstall