[Gs-commits] Triton Repository branch, master, updated. 8f21c162e235f7e2c62e965eaa98ee03bd8beb98
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton Repository". The branch, master has been updated via 8f21c162e235f7e2c62e965eaa98ee03bd8beb98 (commit) via 884cfd6d73225457377cfe0d8fdcee4941a6c658 (commit) from 945f6bf4c3db9b8994c702128433c8c758560e0c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8f21c162e235f7e2c62e965eaa98ee03bd8beb98 Author: Phil Carns <[email protected]> Date: Tue Mar 9 16:21:37 2010 -0500 add explicit -lpthread for vosd tests commit 884cfd6d73225457377cfe0d8fdcee4941a6c658 Author: Phil Carns <[email protected]> Date: Tue Mar 9 16:21:10 2010 -0500 spaces->tabs in cscope rule ----------------------------------------------------------------------- Summary of changes: code/Makefile.in | 4 ++-- .../src/versioned-osd/prototype/tests/module.mk.in | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) Diff of changes: diff --git a/code/Makefile.in b/code/Makefile.in index a02bfc4..ace9bdb 100644 --- a/code/Makefile.in +++ b/code/Makefile.in @@ -604,8 +604,8 @@ endif # rule for generating cscope information cscope: - find @SRC_ABSOLUTE_TOP@ -iname "*.[ch]" -o -iname "*.sm" \ + find @SRC_ABSOLUTE_TOP@ -iname "*.[ch]" -o -iname "*.sm" \ > $(srcdir)/cscope.files - ( cd @SRC_ABSOLUTE_TOP@; cscope -be -i @SRC_ABSOLUTE_TOP@/cscope.files ) + ( cd @SRC_ABSOLUTE_TOP@; cscope -be -i @SRC_ABSOLUTE_TOP@/cscope.files ) diff --git a/code/src/versioned-osd/prototype/tests/module.mk.in b/code/src/versioned-osd/prototype/tests/module.mk.in index 8942340..18ed3e8 100644 --- a/code/src/versioned-osd/prototype/tests/module.mk.in +++ b/code/src/versioned-osd/prototype/tests/module.mk.in @@ -1,3 +1,5 @@ DIR := src/versioned-osd/prototype/tests AETESTSRC += $(DIR)/vosd1.ae + +MODLIBS_$(DIR) = -lpthread hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov