projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a4fcb
)
Committing in .
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Tue, 13 Jan 2004 16:04:46 +0000
(16:04 +0000)
committer
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Tue, 13 Jan 2004 16:04:46 +0000
(16:04 +0000)
optional compilation of progs/test/ since it seems not to appear in the
releases.
Modified Files:
Mesa/descrip.mms
----------------------------------------------------------------------
descrip.mms
patch
|
blob
|
history
diff --git
a/descrip.mms
b/descrip.mms
index a45f86879ec0a90c7375ce11f99da681e393fc1f..556c62f12e67ff03896868e719a0e53f4e222102 100644
(file)
--- a/
descrip.mms
+++ b/
descrip.mms
@@
-17,5
+17,4
@@
all :
$(MMS)$(MMSQUALIFIERS)
set default [-.xdemos]
$(MMS)$(MMSQUALIFIERS)
- set default [-.tests]
- $(MMS)$(MMSQUALIFIERS)
+ if f$search("[-]test.DIR") .nes. "" then pipe set default [-.test] ; $(MMS)$(MMSQUALIFIERS)