bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #9705] "make clean" for documentation undoes results of other make


From: Adrian Robert
Subject: [bugs #9705] "make clean" for documentation undoes results of other make's
Date: Tue, 20 Jul 2004 12:41:29 -0400
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8

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/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]