Closed
Bug 304098
Opened 19 years ago
Closed 19 years ago
Non-minimo builds attempt to transform minimo Makefiles
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mark, Unassigned)
References
()
Details
mozilla/allmakefiles.sh was modified for minimo in 1.563 on 0608, presumably as part of bug 295481. The relevant change: -if test -z "$MOZ_XUL"; then +if test -n "MINIMO"; then add_makefiles "$MAKEFILES_minimo" + add_makefiles "$MAKEFILES_xulapp" fi That's surely not right. I bet you meant $MINIMO. Trees that don't have minimo checked out are now getting this spewage at configure time: creating minimo/Makefile can't read /Users/mark/lizard/trunk/mozilla/minimo/Makefile.in: No such file or directory creating minimo/base/Makefile can't read /Users/mark/lizard/trunk/mozilla/minimo/base/Makefile.in: No such file or directory ...and then some...
Comment 1•19 years ago
|
||
I noticed this today as well. Checking in allmakefiles.sh; /cvsroot/mozilla/allmakefiles.sh,v <-- allmakefiles.sh new revision: 1.579; previous revision: 1.578 done Thanks for reporting this!!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•