A shell that runs x86_64 assembly
c
x86-64
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

regen.sh 380B

123456789101112131415161718
  1. #!/bin/sh
  2. make distclean
  3. rm -v ar-lib aclocal.m4 "config.h.in~" compile COPYING depcomp INSTALL install-sh missing test-driver configure Makefile.in tests/Makefile.in 2>/dev/null
  4. rm -vR autom4te.cache/ .deps 2>/dev/null
  5. if [ "$1" = "--clean" ]
  6. then
  7. exit 0
  8. fi
  9. sh tests/regen.sh
  10. autoheader
  11. autoreconf -i -m
  12. #automake --add-missing
  13. #autoconf
  14. #automake --add-missing
  15. #autoreconf