mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Add command echo-files
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6d17383607
commit
824e1795e9
1 changed files with 4 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \
|
|||
images htdocs tmpl doc test inst/post)
|
||||
PROJECT_DESCR = $(TOPDIR)/make/project.conf
|
||||
GIT_DESCR = $(TOPDIR)/.git/description
|
||||
LIST_VCS_FILES = /bin/bash $(MOD_SCRIPT_DIR)/list-cvs-files.sh
|
||||
|
||||
OPT_JANWARE_PROJECT ?= -j
|
||||
|
||||
|
|
@ -102,7 +103,7 @@ install-links:
|
|||
git-init: git-init.done $(GIT_DESCR)
|
||||
|
||||
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-config:
|
||||
|
|
@ -157,3 +158,5 @@ prefix.done:
|
|||
echo-prereq-build:
|
||||
@python $(MOD_SCRIPT_DIR)/projects.py --topdir . $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(RPM_PROJECT)
|
||||
|
||||
echo-files:
|
||||
@$(LIST_VCS_FILES) -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue