logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

import-gnulib.sh (1324B)


  1. #!/bin/sh
  2. # SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  3. #
  4. # SPDX-License-Identifier: GPL-3.0-or-later
  5. ../gnulib-e017871/gnulib-tool --import \
  6. --local-dir=gl \
  7. --lib=libpatch \
  8. --source-base=lib \
  9. --m4-base=m4 \
  10. --doc-base=doc \
  11. --tests-base=tests \
  12. --aux-dir=build-aux \
  13. --makefile-name=gnulib.mk \
  14. --no-conditional-dependencies \
  15. --no-libtool \
  16. --macro-prefix=gl \
  17. argmatch \
  18. backupfile \
  19. clock-time \
  20. diffseq \
  21. dirname \
  22. dup2 \
  23. errno \
  24. exitfail \
  25. extensions \
  26. faccessat \
  27. fchmodat \
  28. fchownat \
  29. fcntl-h \
  30. fstatat \
  31. full-write \
  32. getdate \
  33. getopt-gnu \
  34. gettime \
  35. git-version-gen \
  36. gitlog-to-changelog \
  37. gnupload \
  38. hash \
  39. ignore-value \
  40. intprops \
  41. largefile \
  42. linked-list \
  43. maintainer-makefile \
  44. malloc \
  45. manywarnings \
  46. memchr \
  47. minmax \
  48. mkdirat \
  49. nstrftime \
  50. openat \
  51. progname \
  52. quotearg \
  53. readlinkat \
  54. realloc \
  55. renameat \
  56. setenv \
  57. signal \
  58. size_max \
  59. ssize_t \
  60. stat-time \
  61. stdbool \
  62. stdlib \
  63. symlinkat \
  64. sys_stat \
  65. tempname \
  66. time \
  67. unistd \
  68. unlinkat \
  69. update-copyright \
  70. utimensat \
  71. verror \
  72. xalloc \
  73. xlist \
  74. xmemdup0