aboutsummaryrefslogtreecommitdiffstats
path: root/out/CC.do
blob: a29c504a8eebad22ea76bcfcd4da171bbcecd1f7 (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
	IFS= read DEPS << END
	\$($CC $CFLAGS -MD -MF /dev/fd/1 -o \$3 -c \$SRCDIR/\$2.c)
	END
	redo-ifchange \${DEPS#*:}
EOF
chmod +x $3