Age | Commit message (Collapse) | Author |
|
Commit 7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 removed the "-f" flag
from chmod calls in Makefiles:
| "-f" is a non-standard chmod option which at least SGI IRIX and HP UX
| do not support. As the only effect of the "-f" flag is to suppress
| warning messages, it can be safely omitted.
Meanwhile, new "chmod -f" calls have been added. This commit removes the
"-f" flag from those new calls.
|
|
|
|
Also added config file for usm.
And more sed'ing...
|
|
utility module in the test_config dir.
|
|
|
|
|
|
|
|
(there are still a bunch of hard coded paths and stuff).
No sed'ing yet...
|