]> granicus.if.org Git - strace/blobdiff - Makefile.am
mem: decode hugetlb page size in mmap flags
[strace] / Makefile.am
index 5d45bfbae726a52f9fc3c41230a64d7786651593..3ea56a14c4a9a52f43cd615e1d99f5958c04aa5b 100644 (file)
@@ -126,6 +126,7 @@ strace_SOURCES =    \
        fcntl.c         \
        fetch_bpf_fprog.c \
        fetch_struct_flock.c \
+       fetch_struct_keyctl_kdf_params.c \
        fetch_struct_mmsghdr.c \
        fetch_struct_msghdr.c \
        fetch_struct_stat.c \
@@ -162,6 +163,7 @@ strace_SOURCES =    \
        kernel_types.h  \
        kexec.c         \
        keyctl.c        \
+       keyctl_kdf_params.h \
        ldt.c           \
        link.c          \
        linux/asm_stat.h \
@@ -205,6 +207,8 @@ strace_SOURCES =    \
        nsfs.h          \
        nsig.h          \
        numa.c          \
+       number_set.c    \
+       number_set.h    \
        oldstat.c       \
        open.c          \
        or1k_atomic.c   \
@@ -249,9 +253,13 @@ strace_SOURCES =   \
        rtc.c           \
        rtnl_addr.c     \
        rtnl_addrlabel.c \
+       rtnl_dcb.c      \
        rtnl_link.c     \
+       rtnl_mdb.c      \
        rtnl_neigh.c    \
        rtnl_neightbl.c \
+       rtnl_netconf.c  \
+       rtnl_nsid.c     \
        rtnl_route.c    \
        rtnl_rule.c     \
        rtnl_tc.c       \
@@ -280,6 +288,9 @@ strace_SOURCES =    \
        statx.c         \
        statx.h         \
        strace.c        \
+       string_to_uint.h \
+       string_to_uint.c \
+       supported_personalities.h \
        swapon.c        \
        syscall.c       \
        sysctl.c        \
@@ -1091,10 +1102,9 @@ $(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \
        (                                                               \
          cd $(srcdir);                                                 \
          sed '/^##/,$$d' CREDITS.in;                                   \
-         { sed -n '1,/^##>/d; s/   */\t/; s/^./&/p' CREDITS.in;        \
-           git log --pretty=format:'%aN        %aE';                   \
-         } | LC_ALL=C sort -u                                          \
-           | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}';             \
+         sed -n '1,/^##>/d; s/   */\t/; s/^./&/p' CREDITS.in           \
+           | maint/gen-contributors-list.sh - -e HEAD --initial        \
+           | sed 's/\t/ /g; s/^/\t/'                                   \
        ) > $@-t && mv $@-t $@
 
 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX