cbuild/rebuild_dep.sh
2024-07-12 01:55:58 +03:00

12 lines
298 B
Bash

#!/usr/bin/env bash
echo "ERROR: rebuild_dep.sh IS OBSOLETE"
exit 1
include "cbuild/config.sh"
load_config
target_file="$1"
touch ".rebuild_$target_file.tmp"
rm -fv "$OBJDIR/libs/$target_file"
myprint "${YELLOW}dependency ${WHITE}$target_file ${YELLOW}will be rebuilt during the next build task"