summaryrefslogtreecommitdiff
path: root/libc/patches/00-configure-touch.patch
blob: ff4679a5c48fbf31a96ac98eaf2bf6b679d3f020 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# We need to touch some generated files so they are not regenerated
# accidentially.

touch sysdeps/i386/configure
touch sysdeps/i386/elf/configure
touch nptl/sysdeps/pthread/configure

exit $?