[Home]FailedToRemakeMakefile

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Showing revision 2
Difference (from revision 2 to revision 2) (minor diff)
(The revisions are identical or unavailable.)
When a header file is removed, the dependency information in depends/ will still refer to it after the update. This will lead to the message make: Failed to remake makefile `Makefile'.. The file that causes this error will be shown when invoking make --debug=m,b, as shown in the following transcript:
$ make --debug=b,m
GNU Make 3.81beta4
Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i486-pc-linux-gnu
Reading makefiles...
Updating makefiles....
    File `/home/jepler/emc2/src/emc/kinematics/mmxavg.h' does not exist.
   Must remake target `/home/jepler/emc2/src/emc/kinematics/mmxavg.h'.
   Failed to remake target file `/home/jepler/emc2/src/emc/kinematics/mmxavg.h'.
    File `emc/kinematics/mmxavg.h' does not exist.
   Must remake target `emc/kinematics/mmxavg.h'.
   Failed to remake target file `emc/kinematics/mmxavg.h'.
  File `emc/Submakefile' does not exist.
make: Failed to remake makefile `Makefile'.

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions | View current revision
Edited October 29, 2006 7:37 pm by JeffEpler (diff)
Search:
Published under a Creative Commons License