Check-in Number:
|
1320 | |
Date: |
2001-Nov-13 15:46:55 (local)
2001-Nov-13 14:46:55 (UTC) |
User: | simons |
Branch: | |
Comment: |
Made the execution of the test program at the 'check' target silent. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/var/Makefile 1.6 -> 1.7
--- Makefile 2001/11/13 14:36:30 1.6
+++ Makefile 2001/11/13 14:46:55 1.7
@@ -31,7 +31,7 @@
$(POD2MAN) var.pod >$@
check: var_test
- ./var_test && echo "All tests succeeed."
+ @./var_test && echo "All tests succeeed."
clean::
rm -f $(OBJS) libvarexp.a var_test.o var_test var.3
|
|