Changeset 9252 for trunk/base


Ignore:
Timestamp:
Nov 11, 2004, 5:06:11 PM (19 years ago)
Author:
jkh
Message:

Adapt to landon's drive-by killing of the toplevel makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/portmgr/buildall.tcl

    r7653 r9252  
    9999        puts $f "set PKGDIR $PKGDIR"
    100100        puts $f "exec rm -rf /etc/ports"
    101         puts $f "cd darwinports"
     101        puts $f "cd darwinports/base"
     102        puts $f {if {[catch {exec ./configure} result]} { puts "Warning: darwinports configure returned: $result" }}
    102103        puts $f {if {[catch {exec make all install} result]} { puts "Warning: darwinports make returned: $result" }}
    103104        puts $f {set env(PATH) "$env(PATH):/opt/local/bin"}
Note: See TracChangeset for help on using the changeset viewer.