Changeset 1924 for trunk/base


Ignore:
Timestamp:
Jan 31, 2003, 4:54:37 AM (21 years ago)
Author:
jpm
Message:

remove cflib from the top level makefile to prevent build failures on
platforms that do not have CF.

remove the '-L' arg from portfetch.pre_args to prevent the port fetch dp
phase from failing since the fetch command does not take a '-L' argument.
the arg should be added intelligently based on the host os.

Location:
trunk/base/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/Makefile

    r1696 r1924  
    1 TCLPKG=         darwinports1.0 port1.0 pextlib1.0 cflib1.0
     1TCLPKG=         darwinports1.0 port1.0 pextlib1.0
    22SUBDIR=         ${TCLPKG} port
    33
  • trunk/base/src/port1.0/portfetch.tcl

    r1755 r1924  
    6161default fetch.dir {${distpath}}
    6262default fetch.args {"-o ${distfile}.TMP"}
    63 default fetch.pre_args "-L"
     63default fetch.pre_args ""
    6464default fetch.post_args {"${site}${distfile}"}
    6565
Note: See TracChangeset for help on using the changeset viewer.