Age | Commit message (Collapse) | Author |
|
|
|
|
|
I had clearly run search/replace on that were cluttering things up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find out what works/fails
|
|
make process
|
|
|
|
|
|
|
|
rm.patch:
* Define $(RM) as rm -f in Rules.mak and test/Rules.mak
(this is the same definition as gmake uses by default).
* Change all occurrences of rm and rm -f into $(RM).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
|
|
|
|
|
|
-Erik
|
|
|
|
build dir, so nothing need be installed...
-Erik
|
|
|
|
Refactored testsuite.h so it behaves the way I want it to. As policy now,
all test apps are _supposed_ to use testsuite.h (not all have been converted
to do this yet). It is simple, clean, and works.
-Erik
|
|
rules. With this fix in place, I can now find what is wrong with malloc...
-Erik
|
|
|
|
|
|
|
|
|