Ticket #51713: configure.diff

File configure.diff, 281 bytes (added by slewsys (Andrew L. Moore), 8 years ago)

configure script - bootstraps and then edits build.ninja

  • configure

    old new  
     1#!/bin/sh
     2#
     3# @configure
     4#
     5env CXX="$CXX" python ./configure.py --bootstrap
     6ed -s ./build.ninja <<EOF
     71;/^# This file/-d
     8wq
     9EOF
     10# Ignore errors
     11true