Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 924354
Collapse All | Expand All

(-)a/configure.py (+2 lines)
Lines 717-720 if options.bootstrap: Link Here
717
    if options.verbose:
717
    if options.verbose:
718
        rebuild_args.append('-v')
718
        rebuild_args.append('-v')
719
719
720
    print(' '.join(rebuild_args))
721
    print('debug me with: gdb --args ' + ' '.join(rebuild_args))
720
    subprocess.check_call(rebuild_args)
722
    subprocess.check_call(rebuild_args)

Return to bug 924354