This mail is an automated notification from the bugs tracker of the project: GNUstep.
/**************************************************************************/ [bugs #9705] Full Item Snapshot: URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9705> Project: GNUstep Submitted by: Adrian Robert On: Tue 07/20/2004 at 12:38 Category: Makefiles Severity: 5 - Average Item Group: Bug Resolution: None Assigned to: None Status: Open Summary: "make clean" for documentation undoes results of other make's Original Submission: When building gnustep from source, if you do this: cd gnustep/core/base ; make ; cd Documentation ; make Everything is fine; then do make clean ; make This should just rebuild the docs, but instead you get an error, because ../Tools/obj (and, for that matter, ../Source/obj) have been deleted, so the autogsdoc tool is not found. The 'obj' files are symlinks to 'shared_obj' put there by the regular (base) make, NOT by the documentation make. What seems to be the problem is the "make clean" rule for "documentation" GNUstep targets is removing 'obj' symlinks even though it does not create them. For detailed info, follow this link: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9705> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
