This commit is contained in:
pepe 2023-05-02 13:45:33 +00:00
parent 2b4a5028ab
commit 9f5f52b6cf
1 changed files with 0 additions and 7 deletions

View File

@ -20,7 +20,6 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
local \
po-man \
po \
testsuite
@ -50,7 +49,6 @@ bin_PROGRAMS = \
src/pmap \
src/pwdx \
src/tload \
src/uptime \
src/vmstat
if BUILD_PIDWAIT
bin_PROGRAMS += src/pidwait
@ -62,7 +60,6 @@ usrbin_exec_PROGRAMS += \
src/pgrep \
src/pkill \
src/pmap \
src/uptime \
src/vmstat
endif
@ -74,7 +71,6 @@ dist_man_MANS = \
man/pgrep.1 \
man/pkill.1 \
man/pmap.1 \
man/uptime.1 \
man/vmstat.8 \
man/procps.3 \
man/procps_pids.3 \
@ -342,7 +338,6 @@ src_tests_test_shm_LDADD = $(CYGWINFLAGS)
check_PROGRAMS += \
library/tests/test_Itemtables \
library/tests/test_pids \
library/tests/test_uptime \
library/tests/test_sysinfo \
library/tests/test_version \
library/tests/test_namespace
@ -391,7 +386,6 @@ check-lib: clean
# Test programs not used by dejagnu but run directly
TESTS = \
library/tests/test_pids \
library/tests/test_uptime \
library/tests/test_sysinfo \
library/tests/test_version \
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-man/ po-man
rm -f po-man/man.stamp
make -C po-man man.stamp