Browse Source

build: remove wonky auto top-level convenience targets

These were meant to help build subdir targets from the top builddir, but cause
infinite recursion when going the other way.

If anyone actually uses these, we can add back specific targets.
0.14
Cory Fields 8 years ago committed by Jonas Schnelli
parent
commit
3d395d6815
No known key found for this signature in database
GPG Key ID: 1EB776BB03C7922D
  1. 3
      Makefile.am

3
Makefile.am

@ -76,9 +76,6 @@ $(BITCOIN_WIN_INSTALLER): all-recursive @@ -76,9 +76,6 @@ $(BITCOIN_WIN_INSTALLER): all-recursive
echo error: could not build $@
@echo built $@
$(if $(findstring src/,$(MAKECMDGOALS)),$(MAKECMDGOALS), none): FORCE
$(MAKE) -C src $(patsubst src/%,%,$@)
$(OSX_APP)/Contents/PkgInfo:
$(MKDIR_P) $(@D)
@echo "APPL????" > $@

Loading…
Cancel
Save