summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-30 19:49:34 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-10-30 19:49:34 -0400
commitdebcbfb42b93433a4f81511e814687ae0ac7e621 (patch)
tree978c30a887190f1b396eac3e032ede9b3dfb935b /Makefile.in
parent8855dcbded4a9a7b45a916e0dbafb42c857a721a (diff)
downloadaura-central-debcbfb42b93433a4f81511e814687ae0ac7e621.tar.gz
Issue %3031 - Remove Tup build-backend
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 56befd9a0..aec100ea0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -160,16 +160,6 @@ endif
.PHONY: install-manifests
install-manifests: $(addprefix install-,$(install_manifests))
-.PHONY: tup
-tup:
- $(call BUILDSTATUS,TIERS make tup)
- $(call BUILDSTATUS,TIER_START make)
- $(MAKE) install-manifests buildid.h source-repo.h
- $(call BUILDSTATUS,TIER_FINISH make)
- $(call BUILDSTATUS,TIER_START tup)
- @$(TUP) $(if $(findstring s,$(filter-out --%,$(MAKEFLAGS))),,--verbose)
- $(call BUILDSTATUS,TIER_FINISH tup)
-
# process_install_manifest needs to be invoked with --no-remove when building
# js as standalone because automated builds are building nspr separately and
# that would remove the resulting files.