distclean: clean
rm -f Makefile config.h config.log config.status
-# FIXME: To fix this, test.sh needs to be able to take ccache from the
-# installed prefix, not from the source dir.
installcheck:
- @echo "WARNING! This is not really \"installcheck\" yet."
- $(MAKE) check
+ CCACHE=$(bindir)/ccache ./test.sh
check-syntax:
$(CC) $(filter-out -M%, $(CPPFLAGS)) $(CFLAGS) -S -o /dev/null $(CHK_SOURCES)
- Standard error output from the compiler is now only stored in the cache if
it's non-empty.
+ - Added installcheck make target.
+
Bug fixes:
- Fixed build on FreeBSD.