Browse Source

- update PHONY targets

master
vanhofen 7 years ago
parent
commit
e4e96b1537
  1. 2
      Makefile
  2. 2
      make/bootstrap.mk
  3. 2
      make/neutrino.mk
  4. 4
      make/update.mk

2
Makefile

@ -111,8 +111,6 @@ everything: $(shell sed -n 's/^\$$.D.\/\(.*\):.*/\1/p' make/*.mk)
PHONY += everything
PHONY += all printenv .print-phony
PHONY += update-tuxbox-git copy-tuxbox-git
PHONY += update-neutrino update-$(TUXBOX_REMOTE_REPO) update-self
.PHONY: $(PHONY)
# this makes sure we do not build top-level dependencies in parallel

2
make/bootstrap.mk

@ -219,8 +219,8 @@ $(HOSTPREFIX)/bin/resize2fs: $(ARCHIVE)/e2fsprogs-$(E2FSPROGS_VER).tar.gz | $(HO
$(REMOVE)/e2fsprogs-$(E2FSPROGS_VER)
# hack to make sure they are always copied
PHONY += $(TARGETLIB)/firmware
PHONY += $(TARGETLIB)
PHONY += $(TARGETLIB)/firmware
PHONY += $(TARGETLIB)/modules
PHONY += $(TARGETPREFIX)/var/update
PHONY += ccache includes-and-libs modules targetprefix bootstrap blobs

2
make/neutrino.mk

@ -185,4 +185,4 @@ neutrino-clean:
neutrino-clean-all: neutrino-clean
-rm -r $(N_OBJDIR)
PHONY += neutrino-clean
PHONY += neutrino-clean neutrino-clean-all

4
make/update.mk

@ -82,3 +82,7 @@ endif
cd $(SOURCE_DIR)/$(NI_STREAMRIPPER) && git push
cd $(SOURCE_DIR)/$(NI_OFGWRITE) && git push
cd $(SOURCE_DIR)/$(NI_OPENTHREADS) && git push
PHONY += update-self update-neutrino
PHONY += update-ni-git update-remotes
PHONY += push

Loading…
Cancel
Save