projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73daa74
)
Suppress error messages from Makefile when git-describe is not available.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Sun, 9 Sep 2007 00:36:43 +0000
(17:36 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Sun, 9 Sep 2007 00:36:43 +0000
(17:36 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
854be80
..
251db04
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-11,7
+11,7
@@
lbs : $(OBJS)
$(CXX) $(LDFLAGS) -o $@ $^
version : NEWS
- (git-describe || (head -n1 NEWS | cut -d" " -f1)) >version
+ (git-describe || (head -n1 NEWS | cut -d" " -f1)) >version
2>/dev/null
$(OBJS) : version
clean :