blob: 17ee6afc9b92dec0fb30718737419901fe91297c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
include $(top_srcdir)/config/include-Makefile.am
SUBDIRS = helpers
EXTRA_DIST = expected \
functions.sh \
input \
README \
mk-lscpu-input.sh \
run.sh \
ts-cal-1 \
ts-cal-3 \
ts-cal-y \
ts-col-multibyte \
ts-cramfs-mkfs \
ts-cramfs-endianness-mkfs \
ts-cramfs-endianness-fsck \
ts-fstab-devname \
ts-fstab-devname2label \
ts-fstab-devname2uuid \
ts-fstab-label \
ts-fstab-label2devname \
ts-fstab-label2uuid \
ts-fstab-symlink \
ts-fstab-uuid \
ts-fstab-uuid2devname \
ts-fstab-uuid2label \
ts-hwclock-systohc \
ts-ipcs-headers \
ts-ipcs-limits \
ts-ipcs-limits2 \
ts-ipcs.sh \
ts-login-checktty \
ts-login-islocal \
ts-look-separator \
ts-lscpu-i386-amdshanghai \
ts-lscpu-i386-dellpe700 \
ts-lscpu-i386-intels5000phb \
ts-lscpu-i386-xenpara \
ts-lscpu-ia64-hpmatterhorn \
ts-lscpu-ia64-hprx1620 \
ts-lscpu-ia64-pg0 \
ts-lscpu.sh \
ts-lscpu-x86_64-hpdl585 \
ts-lscpu-x86_64-ibme326m \
ts-lscpu-x86_64-necem14 \
ts-lscpu-x86_64-xenfull \
ts-minix-fsck \
ts-minix-mkfs \
ts-mount-devname \
ts-mount-label \
ts-mount-move \
ts-mount-mtablock \
ts-mount-noncanonical \
ts-mount-paths \
ts-mount-remount \
ts-mount-special \
ts-mount-uuid \
ts-namei-logic \
ts-script-race \
ts-swapon-devname \
ts-swapon-label \
ts-swapon-uuid
clean-local:
rm -rf output diff
|