:(
This commit is contained in:
parent
2b4a5028ab
commit
9f5f52b6cf
@ -20,7 +20,6 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
|||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
local \
|
local \
|
||||||
po-man \
|
|
||||||
po \
|
po \
|
||||||
testsuite
|
testsuite
|
||||||
|
|
||||||
@ -50,7 +49,6 @@ bin_PROGRAMS = \
|
|||||||
src/pmap \
|
src/pmap \
|
||||||
src/pwdx \
|
src/pwdx \
|
||||||
src/tload \
|
src/tload \
|
||||||
src/uptime \
|
|
||||||
src/vmstat
|
src/vmstat
|
||||||
if BUILD_PIDWAIT
|
if BUILD_PIDWAIT
|
||||||
bin_PROGRAMS += src/pidwait
|
bin_PROGRAMS += src/pidwait
|
||||||
@ -62,7 +60,6 @@ usrbin_exec_PROGRAMS += \
|
|||||||
src/pgrep \
|
src/pgrep \
|
||||||
src/pkill \
|
src/pkill \
|
||||||
src/pmap \
|
src/pmap \
|
||||||
src/uptime \
|
|
||||||
src/vmstat
|
src/vmstat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -74,7 +71,6 @@ dist_man_MANS = \
|
|||||||
man/pgrep.1 \
|
man/pgrep.1 \
|
||||||
man/pkill.1 \
|
man/pkill.1 \
|
||||||
man/pmap.1 \
|
man/pmap.1 \
|
||||||
man/uptime.1 \
|
|
||||||
man/vmstat.8 \
|
man/vmstat.8 \
|
||||||
man/procps.3 \
|
man/procps.3 \
|
||||||
man/procps_pids.3 \
|
man/procps_pids.3 \
|
||||||
@ -342,7 +338,6 @@ src_tests_test_shm_LDADD = $(CYGWINFLAGS)
|
|||||||
check_PROGRAMS += \
|
check_PROGRAMS += \
|
||||||
library/tests/test_Itemtables \
|
library/tests/test_Itemtables \
|
||||||
library/tests/test_pids \
|
library/tests/test_pids \
|
||||||
library/tests/test_uptime \
|
|
||||||
library/tests/test_sysinfo \
|
library/tests/test_sysinfo \
|
||||||
library/tests/test_version \
|
library/tests/test_version \
|
||||||
library/tests/test_namespace
|
library/tests/test_namespace
|
||||||
@ -391,7 +386,6 @@ check-lib: clean
|
|||||||
# Test programs not used by dejagnu but run directly
|
# Test programs not used by dejagnu but run directly
|
||||||
TESTS = \
|
TESTS = \
|
||||||
library/tests/test_pids \
|
library/tests/test_pids \
|
||||||
library/tests/test_uptime \
|
|
||||||
library/tests/test_sysinfo \
|
library/tests/test_sysinfo \
|
||||||
library/tests/test_version \
|
library/tests/test_version \
|
||||||
library/tests/test_namespace \
|
library/tests/test_namespace \
|
||||||
@ -412,4 +406,3 @@ get-trans:
|
|||||||
rsync -Lrtvz translationproject.org::tp/latest/procps-ng/ po
|
rsync -Lrtvz translationproject.org::tp/latest/procps-ng/ po
|
||||||
rsync -Lrtvz translationproject.org::tp/latest/procps-ng-man/ po-man
|
rsync -Lrtvz translationproject.org::tp/latest/procps-ng-man/ po-man
|
||||||
rm -f po-man/man.stamp
|
rm -f po-man/man.stamp
|
||||||
make -C po-man man.stamp
|
|
||||||
|
Loading…
Reference in New Issue
Block a user