From b4caa5393f7a8ac5505c2892b85beb061196b78e Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 15 Mar 2026 00:51:18 +0100 Subject: build system: use custom depgen instead of gcc --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index b2f3fa9..8a2cd64 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -12,7 +12,7 @@ test -n "$cflags" || : ${cflags:="-std=c11"} if test -n "$V"; then opt="$opt -v" fi -src=$(grep -o '\([_A-Za-z0-9/]\)\+\.c' < Makefile) +src=$(head -n 15 Makefile | grep -o '\([_A-Za-z0-9/]\)\+\.c') X() { echo "> $@" | (test -n "$V" && cat || sed -s 's/\([^ ]\+\.c \?\)\{10\}$/.../') $@ -- cgit v1.2.3