mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 14:30:39 +01:00
projects-dir.mk: Add targets install and distclean
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f8cdb6af5c
commit
e9fda3e8e2
1 changed files with 12 additions and 4 deletions
|
|
@ -94,15 +94,24 @@ all: pull.done
|
||||||
|
|
||||||
all: pull.done
|
all: pull.done
|
||||||
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
||||||
|
clean: clean-dirs done.clean
|
||||||
|
distclean: clean-all-dirs done.clean
|
||||||
|
install:
|
||||||
|
@echo
|
||||||
|
@echo " Target install is not supported by this Makefile."
|
||||||
|
@echo " make pkg-rebuild-reinstall might be what you are looking for."
|
||||||
|
@echo
|
||||||
|
@exit 1
|
||||||
|
|
||||||
build-order: pull.done
|
build-order: pull.done
|
||||||
$(BUILD_PY) order $(BUILD_PROJECTS) | sed 's/ */\n/g'
|
$(BUILD_PY) order $(BUILD_PROJECTS) | sed 's/ */\n/g'
|
||||||
|
|
||||||
clean: clean-dirs done.clean
|
|
||||||
|
|
||||||
clean-dirs:
|
clean-dirs:
|
||||||
ls */dirs-started-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r $(BUILD_PY) clean
|
ls */dirs-started-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r $(BUILD_PY) clean
|
||||||
|
|
||||||
|
clean-all-dirs:
|
||||||
|
$(BUILD_PY) clean $(PROJECTS)
|
||||||
|
|
||||||
echo-prereq-build:
|
echo-prereq-build:
|
||||||
@$(PROJECTS_PY) required-pkg --flavours "build" $(BUILD_PROJECTS)
|
@$(PROJECTS_PY) required-pkg --flavours "build" $(BUILD_PROJECTS)
|
||||||
|
|
||||||
|
|
@ -257,8 +266,7 @@ cvsdir.done: ssh-wrapper.sh
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
cvs-update.done: cvsdir.done ssh-wrapper.sh
|
cvs-update.done: cvsdir.done ssh-wrapper.sh
|
||||||
cvs update -dP Makefile jw-build
|
cvs update -dP Makefile $(shell $(CVS_ADMIN_SH) list-projects)
|
||||||
cvs update -dP $(shell $(CVS_ADMIN_SH) list-projects)
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
update.done: purge
|
update.done: purge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue