source: rtems/testsuites/fstests/fsdosfsname02/Makefile.am @ ccd4a7f

5
Last change on this file since ccd4a7f was e69ee36, checked in by Sebastian Huber <sebastian.huber@…>, on 03/13/17 at 14:20:20

dosfs: Fix fat_file_write()

Remove forced overwrite which leads to file data corruption. The logic
to determine a forced overwrite was fundamentally broken. For simplity,
disable this feature.

Update #2622.

  • Property mode set to 100644
File size: 560 bytes
Line 
1rtems_tests_PROGRAMS = fsdosfsname02
2fsdosfsname02_SOURCES = init.c
3
4dist_rtems_tests_DATA = fsdosfsname02.scn fsdosfsname02.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(fsdosfsname02_OBJECTS)
13LINK_LIBS = $(fsdosfsname02_LDLIBS)
14
15fsdosfsname02$(EXEEXT): $(fsdosfsname02_OBJECTS) $(fsdosfsname02_DEPENDENCIES)
16        @rm -f fsdosfsname02$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.