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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Printed Page xiv
top

The ftp path /published/oreilly/nutshell/make is no longer available at
ftp.uu.net.

Instead, try http://examples.oreilly.com/9780937175903

Anonymous   
Printed Page 17
2nd code example (10th line from bottom of page)

The Shell script line reads:

PROJECT_TREE=usr/local ; export PROJECT_TREE

It should read:

PROJECT_TREE=/usr/local ; export PROJECT_TREE

Anonymous   
Printed Page 20
The 1st line on the page

"...generally uses @ as the"

should be:

"...generally uses $@ as the"

Anonymous