[Home]History of FailedToRemakeMakefile

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Revision 3 . . March 15, 2007 12:04 am by JeffEpler [what to do...]
Revision 2 . . October 30, 2006 3:37 am by JeffEpler
  

Difference (from prior major revision) (no other diffs)

Added: 21a22
To cause 'make' to proceed, you can tell it that the file exists and is older than any other file: make -o emc/kinematics/mmxavg.h. Assuming the references to this file were only in old dependency information, this will allow the build to proceed and will also replace the outdated dependency information. If that doesn't work, the next things to try are rm -rf depends to get rid of all cached dependency information, or make clean to get rid of all targets, object files, and dependency information.

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
Search:
Published under a Creative Commons License