Remove "rte" from DIST_SUBDIRS because it is causing "make dist" to
fail. test/rte/Makefile was removed from the top-level configure.ac AC_CONFIG_FILES in r2239. I'm not sure what the intent was here, so I'm just removing "rte" from test/Makefile.am's DIST_SUBDIRS so that "make dist" can work again. One of the RTE folks can examine this to see what the right course of action for the long run is. :-) This commit was SVN r2257. The following SVN revision numbers were found above: r2239 --> open-mpi/ompi@58792a3ad0
Этот коммит содержится в:
родитель
7d2626698f
Коммит
7561dc0c3e
@ -7,4 +7,4 @@ include $(top_srcdir)/config/Makefile.options
|
||||
SUBDIRS = support class util threads mca
|
||||
# JMS Temporary hack to make "make dist" work. The directories mentioned
|
||||
# here will eventually moved into SUBDIRS.
|
||||
DIST_SUBDIRS = $(SUBDIRS) rte include
|
||||
DIST_SUBDIRS = $(SUBDIRS) include
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user