From 47f3fcd305a1b7f6d8c9eb90a4a4d5c34e0d3813 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Wed, 3 Apr 2013 22:11:53 +0100 Subject: bin: Remove csbuild and schroot-sbuild Also remove libschroot-all which is no longer needed. --- scripts/global.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/global.mk b/scripts/global.mk index dd34d6f1..03d6dcfb 100644 --- a/scripts/global.mk +++ b/scripts/global.mk @@ -27,7 +27,6 @@ schroot_sysconf_setupdir=$(schroot_sysconfdir)/setup.d schroot_setupdatadir=$(pkgdatadir)/setup SCHROOT_CONF=$(schroot_sysconfdir)/schroot.conf -CSBUILD_CONF=$(sysconfdir)/csbuild.conf # Global options for use in all Makefiles. AM_CXXFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_srcdir)/bin $(LOCAL_CXXFLAGS) $(PTHREAD_CFLAGS) -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing @@ -50,5 +49,4 @@ DEFS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ -DSCHROOT_DATA_DIR=\"$(schroot_datadir)\" \ -DSCHROOT_MODULE_DIR=\"$(schroot_moduledir)\" \ --DLOCALEDIR=\"$(localedir)\" \ --DCSBUILD_CONF=\"$(CSBUILD_CONF)\" +-DLOCALEDIR=\"$(localedir)\" -- cgit v1.2.3