IMG=Catalina
APPRES="/Applications/Install macOS Catalina.app/Contents/Resources"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# tputcolors | |
# http://linuxtidbits.wordpress.com/2008/08/11/output-color-on-bash-scripts/ | |
echo | |
echo -e "$(tput bold) reg bld und tput-command-colors$(tput sgr0)" | |
for i in $(seq 0 7); do | |
echo " $(tput setaf $i)Text$(tput sgr0) $(tput bold)$(tput setaf $i)Text$(tput sgr0) $(tput sgr 0 1)$(tput setaf $i)Text$(tput sgr0) \$(tput setaf $i)" | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SUBDIRS += dispatch | |
SUBDIRS += os | |
SUBDIRS += private | |
SUBDIRS += src | |
SDK_ROOT=/Applications/Xcode9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
libpthread_path=$(abspath ../libpthread-301.50.1) | |
libplatform_path=$(abspath ../libplatform-161.50.1) | |
xnu_path=$(abspath ../xnu-4570.71.2) |
OlderNewer