From 6843bfc40d6952ae3cdbd0fc3004110e960d8aa3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 20 Jun 2011 05:37:02 +0000 Subject: [PATCH] =?UTF-8?q?2011-06-20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Remove EXTRA_DIST. Remove DIST_SUBDIRS. Remove obsolete comments. --- testsuites/psxtests/ChangeLog | 3 +++ testsuites/psxtests/Makefile.am | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 7c01903c0e..3aaed73640 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,5 +1,8 @@ 2011-06-20 Ralf Corsépius + * Makefile.am: Remove EXTRA_DIST. + Remove DIST_SUBDIRS. + Remove obsolete comments. * psxclassic01/psxclassic01.doc: Fix copyright date. 2011-05-16 Yaakov Selkowitz diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index 966e959de8..b484b39960 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -24,15 +24,7 @@ SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \ psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \ psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01 -## Until sys/uio.h is moved to libcsupport, we have to have networking -## enabled to support readv and writev. Hopefully this is a temporary -## situation. -## if NEWLIB SUBDIRS += psxrdwrv -## endif - -DIST_SUBDIRS = $(SUBDIRS) psxfatal_support -EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h include $(top_srcdir)/../automake/subdirs.am include $(top_srcdir)/../automake/local.am