Errata

Managing Projects with make

Errata for Managing Projects with make

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page xiii
In the section of code at the bottom of the page used to

read:

% ftp ftp.uu.net
Connected to ftp.uu.net.
220 FTP server (Version 6.21 Tue Mar 10 22:09:55 EST 1992) ready.
Name (ftp.uu.net:andyo): anonymous
331 Guest login ok, send domain style e-mail address as password.

It now reads:

% ftp ftp.oreilly.com
Connected to ftp.oreilly.com.
220 FTP server (Version 6.21 Tue Mar 10 22:09:55 EST 1992) ready.
Name (ftp.oreilly.com:username): anonymous
331 Guest login ok, send domain style e-mail address as password.

Anonymous    Jan 01, 2000
Printed
Page xiv

The first line of code at the top of the page used to read:

Password: andyo@ora.com (use your user name and host here)

It now reads:

Password: username@hostname (use your user name and host here)

Anonymous    Jan 01, 2000
Printed
Page xiv
The sixth line of code from the bottom of the page used to

read:

reply-to andyo@ora.com (Where you want files mailed)

It now reads:

reply-to username@hostname (Where you want files mailed)

Anonymous    Jan 01, 2000
Printed
Page xv
In the code sample in the middle fo the page, the first

line used to read:

FTP ftp.uu.net NETDATA

It now reads:

FTP ftp.oreilly.com NETDATA

Anonymous    Jan 01, 2000
Printed
Page xviii
The following information was added to the preface

"We have a web site for the book, where we'll list examples,
errata, and any plans for future editions. You can access
this page at:

http://www.oreilly.com/catalog/9780937175903/

For more information about this book and others, see the
O'Reilly web site:

http://www.oreilly.com"

Anonymous    Jan 01, 2000
Printed
Page xvii
last line: changed "ora.com" to "oreilly.com"

Anonymous    Sep 01, 1997
Printed
Page xviii
last line: changed "ora.com" to "oreilly.com"

Anonymous    Sep 01, 1997
Printed
Page xiv
1st paragraph of FTPMAIL section

First line in that paragraph reads:
FTPMAIL is a mail server available to anyone who can send and COPYRIGHTreceive
eletronic mail to and from Internet sites.

Looks like a stray "COPYRIGHT" got stuck in there by mistake.

Anonymous   
Printed
Page 11
9th line from the bottom: added a "$" before "(A)" and put it in

constant width font

Anonymous    Sep 01, 1997
Printed
Page 12
2nd line under "Internally Defined Macros": added "$" before "{CC}"

Anonymous    Sep 01, 1997
Printed
Page 19
2nd line from bottom: added "$" before "@"

Anonymous    Sep 01, 1997
Printed
Page 20
para. -1, line 1: changed "Another of..." to

"Another variation of..."

Anonymous    Oct 01, 1998
Printed
Page 24
4th line from bottom: deleted "&" from "&${LIB}"

Anonymous    Sep 01, 1997
Printed
Page 81
The long example in the middle of p. 81 has two errors.

The line:

enter : ${FRC}

should be:

enter : ${FRC} ${ENTER_OBJS} ${LIBRARIES}

And the line:

testex : ${FRC}

should be:

testex : ${FRC} ${TESTEX_OBJS} ${LIBRARIES}

To summarize in technical terms, the executables should be
made to depend on the objects and libraries from which they
are built.

Anonymous