Kees van Reeuwijk 477b616fe8 Fixed a number of complaints about missing return statements.
Some cases were fixed by declaring the function void, others were fixed
by adding a return <value> statement, thereby avoiding potentially
incorrect behavior (usually in error handling).
Some enum correctness in boot.c.
2010-01-28 13:17:07 +00:00
..
2010-01-26 10:59:01 +00:00
2010-01-26 10:59:01 +00:00
2010-01-26 10:59:01 +00:00
2010-01-08 07:27:54 +00:00
2010-01-25 18:12:28 +00:00
2009-09-21 14:44:35 +00:00
2010-01-05 19:39:27 +00:00
2009-09-21 14:42:13 +00:00

make depend  - find dependencies of ack libraries
make all     - compile ack libraries
make install - compile and install ack libraries

make depend-gnu  - find dependencies of gnu libraries
make all-gnu     - compile gnu libraries
make install-gnu - compile and install gnu libraries