# HG changeset patch # User Giulio Moro # Date 1465062822 -3600 # Node ID 4edf9a840a2a8490615b1c3bf030b4b581c542ab # Parent ccd084cf22ac66764d78385636510868bb67f2e6 Makefile syncs buffer to disk after building. Closes #1698 diff -r ccd084cf22ac -r 4edf9a840a2a Makefile --- a/Makefile Sat Jun 04 16:23:40 2016 +0100 +++ b/Makefile Sat Jun 04 18:53:42 2016 +0100 @@ -169,7 +169,7 @@ @echo 'Invoking: C++ linker' @$(CXX) $(SYNTAX_FLAG) -L/usr/xenomai/lib -L/usr/arm-linux-gnueabihf/lib -L/usr/arm-linux-gnueabihf/lib/xenomai -L/usr/lib/arm-linux-gnueabihf -pthread -Wpointer-arith -o "$(PROJECT_DIR)/$(PROJECT)" $(CORE_ASM_OBJS) $(CORE_OBJS) $(DEFAULT_MAIN_CONDITIONAL) $(ASM_OBJS) $(C_OBJS) $(CPP_OBJS) $(STATIC_LIBS) $(LIBS) @echo 'Finished building target: $@' - + @sync # Other Targets: # This rule compiles c and c++ source files without output or linking SYNTAX: $(C_OBJS) $(CPP_OBJS)