User:JoeyArmstrong/makefiles/errors/sisyphus

From MozillaWiki
Jump to: navigation, search

testing/sisyphus

  • Directory has been removed. Just need to figure out how to delete this page...
  • NOTES: testing/sisyphus is still in use but has been relocated to a different repository. A deletion will be submitted to mozilla-inbound tonight (2011-07-27).
  • testing/sisyphus/bin contains hardcoded 'make -f' references. Should use configure's definition of make to support profiling.
  • scripts contain calls to make -f client.mk build -- is a full build needed or could targets and library makefiles be used to rebuild only the elements needed.
  • build.sh - references js/src/Makefile.ref but the makfile lives in js/src/editline/Makefile.ref
gmake -f config/makefiles/container.mk TOPSRCDIR=/mozilla/phantasm/mozilla/sandbox/mozilla-central MOZ_OBJDIR=/mozilla/phantasm/mozilla/sandbox/mozilla-central/obj-ff-dbg
===========================================================================
autoprocess: /mozilla/phantasm/mozilla/sandbox/mozilla-central/obj-ff-dbg/generated/makefile.gen.moz_export
===========================================================================
time gmake  -f /mozilla/phantasm/mozilla/sandbox/mozilla-central/obj-ff-dbg/generated/makefile.gen.moz_export
gmake -C /mozilla/phantasm/mozilla/sandbox/mozilla-central/js/src/editline/ -f Makefile.ref export
Makefile.ref:88: ../config.mk: No such file or directory
gmake[3]: *** No rule to make target `../config.mk'.  Stop.
gmake[2]: *** [/mozilla/phantasm/mozilla/sandbox/mozilla-central/js/src/editline/Makefile.ref] Error 2
        0.06 real         0.06 user         0.00 sys
gmake[1]: *** [/mozilla/phantasm/mozilla/sandbox/mozilla-central/obj-ff-dbg/generated/makefile.gen.moz_export] Error 2
gmake: *** [container_make_0] Error 2