Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8761] eliminate make: nothing to be done for ... notices in pass three

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8761] eliminate make: nothing to be done for ... notices in pass three
  • Date: Mon, 2 May 2005 18:28:31 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=8761





------- Additional Comments From acedit AT armory.com 2005-05-02 18:28 -------
The problem is, the first call to make sets the environment variable MAKEFLAGS
to have 's' in it and thats carried down to make processes run by pass_four.
So
we have to unset MAKEFLAGS somewhere. We're already doing that with MAKELEVEL.

Have I mentioned that my appreciation for make has significantly dwindled
since
about week ago?

If you want the messages in pass_four I can not pass -s in there, but the
messages described initially come from both passes so i fixed it in both.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page