Changeset 28662 in vbox
- Timestamp:
- Apr 23, 2010 4:09:18 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r28564 r28662 2323 2323 CNF="$ODIR$CNF" 2324 2324 2325 # initialize output files 2326 cat > $LOG << EOF 2327 # Log file generated by 2328 # 2329 # '$0 $*' 2330 # 2331 2332 EOF 2333 cat > $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 2343 EOF 2344 cat > $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 2355 EOF 2356 2325 2357 # Print log warning about OSE if necessary 2326 2358 if [ -n "$NOT_OSE" ]; then … … 2329 2361 fi 2330 2362 2331 # initialize output files2332 cat > $LOG << EOF2333 # Log file generated by2334 #2335 # '$0 $*'2336 #2337 2338 EOF2339 cat > $CNF << EOF2340 # -*- Makefile -*-2341 #2342 # automatically generated by2343 #2344 # '$0 $*'2345 #2346 # It will be completely overwritten if configure is executed again.2347 #2348 2349 EOF2350 cat > $ENV << EOF2351 #!/bin/bash2352 #2353 # automatically generated by2354 #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 EOF2362 2363 2363 2364 if [ "$BUILD_TYPE" = "debug" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.