From 266fb7d161238ddf856d46c8210f7e7760990dc6 Mon Sep 17 00:00:00 2001 From: pepe Date: Thu, 9 Mar 2023 08:01:22 +0000 Subject: [PATCH] :( --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 06c5e68e..26c65781 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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