You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
vendor: Add dependency on tclsh to tcllib
Without this dependency, parallel builds could fail.
This commit is contained in:
+3
@@ -43,6 +43,9 @@ all-tclx: all-tcl
|
||||
@echo ===\> making $(@:%-tcllib=%) in ${DIRPRFX}@VENDOR_TCLLIB_SUBDIR@
|
||||
@umask 0022; $(MAKE) -C @VENDOR_TCLLIB_SUBDIR@ TCLSH_PROG=@INTREE_TCLSH@ $(@:%-tcllib=%)
|
||||
|
||||
# tcllib requires a working tclsh
|
||||
all-tcllib: all-tcl
|
||||
|
||||
destroot: destroot-tcl destroot-tclthread destroot-tclx destroot-tcllib
|
||||
destroot-tcl: all-tcl
|
||||
@echo ===\> staging to destroot in ${DIRPRFX}@VENDOR_TCL_SUBDIR@
|
||||
|
||||
Reference in New Issue
Block a user