summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-05 21:16:56 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-05 21:16:56 +0000
commit3475bed79c40cdf6430d936ea40759882054728d (patch)
treeb00e5fd7a97dd6d631ce909c0654488ea58c82ff /Makefile.am
parentb21aad9f82edd1f0241579bf2f1f8cd870eb582b (diff)
remove the last vestiges of support for "make build-profile" without first configuring the build-profile, simplifying the build process and closing bug 21
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index bade9cd15..d7d994d24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,18 +5,6 @@ ACLOCAL_AMFLAGS = -I config
SUBDIRS = src test doc contrib
-@mk_include@ @top_srcdir@/Makefile.reconf_args
-
-.PHONY: production debug default competition
-production debug default competition:
- cd @top_srcdir@; \
- dir="builds/`config/config.guess`/`config/build-type $@ $(BTARGS)`"; \
- if test -e "$$dir"; then \
- cd "$$dir" && $(MAKE); \
- else \
- ./configure --with-build=$@ $(CONFARGS) && $(MAKE); \
- fi
-
.PHONY: regress0 regress1 regress2 regress3
regress0 regress1 regress2 regress3:
(cd test && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback