topdir.mk: Add command echo-files

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-05-25 09:54:57 +00:00
commit 824e1795e9

View file

@ -10,6 +10,7 @@ SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \
images htdocs tmpl doc test inst/post) images htdocs tmpl doc test inst/post)
PROJECT_DESCR = $(TOPDIR)/make/project.conf PROJECT_DESCR = $(TOPDIR)/make/project.conf
GIT_DESCR = $(TOPDIR)/.git/description GIT_DESCR = $(TOPDIR)/.git/description
LIST_VCS_FILES = /bin/bash $(MOD_SCRIPT_DIR)/list-cvs-files.sh
OPT_JANWARE_PROJECT ?= -j OPT_JANWARE_PROJECT ?= -j
@ -102,7 +103,7 @@ install-links:
git-init: git-init.done $(GIT_DESCR) git-init: git-init.done $(GIT_DESCR)
git-init-from-cvs: git-init git-init-from-cvs: git-init
list-cvs-files.sh -f | xargs git add $(LIST_VCS_FILES) -f | xargs git add
git commit -m "initial checkin of $(RPM_VERSION)" git commit -m "initial checkin of $(RPM_VERSION)"
git-config: git-config:
@ -157,3 +158,5 @@ prefix.done:
echo-prereq-build: echo-prereq-build:
@python $(MOD_SCRIPT_DIR)/projects.py --topdir . $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(RPM_PROJECT) @python $(MOD_SCRIPT_DIR)/projects.py --topdir . $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(RPM_PROJECT)
echo-files:
@$(LIST_VCS_FILES) -f