aboutsummaryrefslogtreecommitdiffstats
path: root/out/CC.do
blob: f18177ac7007aa8a4d17eb64507a82d0edf8465c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
redo-ifchange config.sh
. ./config.sh

exec >$3
cat <<-EOF
	redo-ifchange \$SRCDIR/\$2.c
	$CC $CFLAGS -MD -MF \$3.deps -o \$3 -c \$SRCDIR/\$2.c
	read DEPS <\$3.deps
	rm -f \$3.deps
	redo-ifchange \${DEPS#*:}
EOF
chmod +x $3