2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove EXTRA_DIST.
	Remove DIST_SUBDIRS.
	Remove obsolete comments.
This commit is contained in:
Ralf Corsepius
2011-06-20 05:37:02 +00:00
parent 638bd81f1f
commit 6843bfc40d
2 changed files with 3 additions and 8 deletions
+3
View File
@@ -1,5 +1,8 @@
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove EXTRA_DIST.
Remove DIST_SUBDIRS.
Remove obsolete comments.
* psxclassic01/psxclassic01.doc: Fix copyright date.
2011-05-16 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-8
View File
@@ -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