mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
topdir.mk: Fix reference to PROJECT_DESCR_FILE
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
19b4878999
commit
afc70ec6c6
1 changed files with 3 additions and 3 deletions
|
|
@ -93,8 +93,8 @@ git-init:
|
|||
exit 1 ;\
|
||||
fi
|
||||
git init
|
||||
if [ -e $(PROJECT_DESCR) ]; then \
|
||||
touch $(PROJECT_DESCR) ;\
|
||||
if [ -e $(PROJECT_DESCR_FILE) ]; then \
|
||||
touch $(PROJECT_DESCR_FILE) ;\
|
||||
make description ;\
|
||||
fi
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ git-jannet-init: git-import git-clone-to-remote
|
|||
projects-%:
|
||||
python $(MOD_SCRIPT_DIR)/build.py $* $(PROJECT)
|
||||
|
||||
$(TOPDIR)/.git/description: $(PROJECT_DESCR)
|
||||
$(TOPDIR)/.git/description: $(PROJECT_DESCR_FILE)
|
||||
$(MOD_SCRIPT_DIR)/ini-section.sh summary $< | tee $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue