install-pinger:
chown root $(DESTDIR)$(DEFAULT_PINGER)
chmod 4711 $(DESTDIR)$(DEFAULT_PINGER)
-
-all-am:
- @echo "Build Successful."
# do not build any of the install's ...
rm -f -r src/fs/aufs/.deps src/fs/diskd/.deps &&
$base/../configure --silent ${OPTS} 2>&1 &&
- make ${pjobs} check 2>&1 &&
- make ${pjobs} 2>&1
+ make ${pjobs} ${MAKETEST} 2>&1
# Remember and then explicitly return the result of the last command
# to the script caller. Probably not needed on most or all platforms.
#
+#
+# Complete Check - everything MUST work at this level
+MAKETEST="distcheck"
+#
# Default configuration options.
# - Nothing special configured. Just whatever is found by "./configure"
#
# - Everthing that can be disabled is
# - Everyhing that can be done without is
#
+#
+# Complete Check - everything MUST work at this level
+MAKETEST="distcheck"
+#
+#
# The options for this level can be easily generated semi-automatically from configure.in by:
# grep -E "^AC_ARG_ENABLE" ./configure.in | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
# followed by insertion of ' --disable-' and '\' strings
# XXX: with the exception of those that depend on the environment.
# TODO: Add environment-specific tests to enable more options.
#
+#
+# Complete Check - everything is supposed to work at this level
+MAKETEST="distcheck"
+#
+#
# The options for this level can be easily generated semi-automatically from configure.in by:
# grep -E "^AC_ARG_ENABLE" ./configure.in | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
# followed by insertion of ' --enable-' and '\' strings
#!/bin/sh
#
+MAKETEST="check installcheck uninstallcheck"
+#
+#
# Configure options currently used by Debian Packaged Release
#
-# This is to test any release build against what the package maintainers are seeing
+# This is to test any release build against what the package maintainers are seing
#
OPTS=" \
--build=i486-linux-gnu \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir="\${prefix}/lib/squid3" \
- --disable-maintainer-mode \
- --disable-dependency-tracking \
--srcdir=. \
--datadir=/usr/share/squid3 \
--sysconfdir=/etc/squid3 \
--mandir=/usr/share/man \
--with-cppunit-basedir=/usr \
+ --with-default-user=proxy \
+ \
+ --disable-maintainer-mode \
+ --disable-dependency-tracking \
+ --disable-loadable-modules \
--enable-inline \
--enable-async-io=8 \
--enable-storeio="ufs,aufs,coss,diskd,null" \
--enable-digest-auth-helpers="ldap,password" \
--enable-external-acl-helpers="ip_user,ldap_group,session,unix_group,wbinfo_group" \
--with-filedescriptors=65536 \
- --with-default-user=proxy \
--enable-epoll \
--enable-linux-netfilter \
"
#!/bin/sh
#
+MAKETEST="check installcheck uninstallcheck"
+#
+#
# Configure options currently supported by MinGW environment
#
OPTS=" \
#!/bin/sh
#
+MAKETEST="check installcheck uninstallcheck"
+#
# Configure options currently used by Ubuntu Packaged Release
#
# This is to test any release build against what the package maintainers are seeing
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir="\${prefix}/lib/squid3" \
- --disable-maintainer-mode \
- --disable-dependency-tracking \
--srcdir=. \
--datadir=/usr/share/squid3 \
--sysconfdir=/etc/squid3 \
--mandir=/usr/share/man \
--with-cppunit-basedir=/usr \
+ --with-default-user=proxy \
+ \
+ --disable-maintainer-mode \
+ --disable-dependency-tracking \
--enable-inline \
--enable-async-io=8 \
--enable-storeio="ufs,aufs,coss,diskd,null" \
--enable-digest-auth-helpers="ldap,password" \
--enable-external-acl-helpers="ip_user,ldap_group,session,unix_group,wbinfo_group" \
--with-filedescriptors=65536 \
- --with-default-user=proxy \
--enable-epoll \
--enable-linux-netfilter \
"