[rtems commit] fstests/fsdosfsname01: Fix Makefile.am
Sebastian Huber
sebh at rtems.org
Wed Jan 27 13:27:06 UTC 2016
Module: rtems
Branch: master
Commit: 5d1acc532ac691067b6ad3b9758b61a1ef1de782
Changeset: http://git.rtems.org/rtems/commit/?id=5d1acc532ac691067b6ad3b9758b61a1ef1de782
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Jan 27 14:26:30 2016 +0100
fstests/fsdosfsname01: Fix Makefile.am
---
testsuites/fstests/fsdosfsname01/Makefile.am | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/testsuites/fstests/fsdosfsname01/Makefile.am b/testsuites/fstests/fsdosfsname01/Makefile.am
index 623f0e5..c97d540 100644
--- a/testsuites/fstests/fsdosfsname01/Makefile.am
+++ b/testsuites/fstests/fsdosfsname01/Makefile.am
@@ -1,32 +1,20 @@
rtems_tests_PROGRAMS = fsdosfsname01
-fsdosfsname01_SOURCES = init.c \
- ../support/ramdisk_support.c
-
-# ../mdosfs_support/fs_support.c
-#
-# ../support/fstest_support.h
-# ../support/ramdisk_support.h
+fsdosfsname01_SOURCES = init.c
+fsdosfsname01_SOURCES += ../support/ramdisk_support.c
dist_rtems_tests_DATA = fsdosfsname01.scn fsdosfsname01.doc
-#old_path = $(PATH)
-#export PATH:=/scratch/install-gcc-4.6.3/bin:$(old_path)
-#export PATH:=/scratch/install-gcc-4.6.3/bin:$(PATH)
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/support
-#AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
LINK_OBJS = $(fsdosfsname01_OBJECTS)
LINK_LIBS = $(fsdosfsname01_LDLIBS)
fsdosfsname01$(EXEEXT): $(fsdosfsname01_OBJECTS) $(fsdosfsname01_DEPENDENCIES)
- @echo old_path=$(old_path)
- @echo PATH=$(PATH)
@rm -f fsdosfsname01$(EXEEXT)
$(make-exe)
More information about the vc
mailing list