1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 01:01:52 -07:00

Mps: build-notes: first build in clean dir harmlessly warns that foo.d does not exist

Copied from Perforce
 Change: 155442
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2005-10-17 14:30:42 +01:00
parent de2770f6db
commit dab0d6ddd5

View file

@ -6,7 +6,8 @@ Richard Kistruck, Ravenbrook Limited, 2005-02-02
CONTENTS
1. Introduction
2. Mac OS X
2. Unix
2.1. Mac OS X
3. Windows
A. References
B. Document history
@ -27,7 +28,19 @@ easy to modify such that it builds on many more.
This document is not confidential.
2. MAC OS X
2. UNIX
Note that the first build in a clean directory will produce warnings
because the dependency files (*.d) do not yet exist. The warnings look
like this:
comm.gmk:533: xcppgc/hi/mpsi.d: No such file or directory
The warnings are normal and do not indicate a problem. After the
warning is emitted, the build-system makes the dependency file.
Subsequent builds in the non-clean directory see these dependency files
and do not emit the warning.
2.1. MAC OS X
2005-02-02
Building on early releases of Mac OS X (DP3? 10.1?) required various