VirtualBox

Changeset 28662 in vbox


Ignore:
Timestamp:
Apr 23, 2010 4:09:18 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60530
Message:

configure: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r28564 r28662  
    23232323CNF="$ODIR$CNF"
    23242324
     2325# initialize output files
     2326cat > $LOG << EOF
     2327# Log file generated by
     2328#
     2329#   '$0 $*'
     2330#
     2331
     2332EOF
     2333cat > $CNF << EOF
     2334# -*- Makefile -*-
     2335#
     2336# automatically generated by
     2337#
     2338#   '$0 $*'
     2339#
     2340# It will be completely overwritten if configure is executed again.
     2341#
     2342
     2343EOF
     2344cat > $ENV << EOF
     2345#!/bin/bash
     2346#
     2347# automatically generated by
     2348#
     2349#   '$0 $*'
     2350#
     2351# It will be completely overwritten if configure is executed again.
     2352# Make sure you source this file once before you start to build VBox.
     2353#
     2354
     2355EOF
     2356
    23252357# Print log warning about OSE if necessary
    23262358if [ -n "$NOT_OSE" ]; then
     
    23292361fi
    23302362
    2331 # initialize output files
    2332 cat > $LOG << EOF
    2333 # Log file generated by
    2334 #
    2335 #   '$0 $*'
    2336 #
    2337 
    2338 EOF
    2339 cat > $CNF << EOF
    2340 # -*- Makefile -*-
    2341 #
    2342 # automatically generated by
    2343 #
    2344 #   '$0 $*'
    2345 #
    2346 # It will be completely overwritten if configure is executed again.
    2347 #
    2348 
    2349 EOF
    2350 cat > $ENV << EOF
    2351 #!/bin/bash
    2352 #
    2353 # automatically generated by
    2354 #
    2355 #   '$0 $*'
    2356 #
    2357 # It will be completely overwritten if configure is executed again.
    2358 # Make sure you source this file once before you start to build VBox.
    2359 #
    2360 
    2361 EOF
    23622363
    23632364if [ "$BUILD_TYPE" = "debug" ]; then
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette