mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +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 ;\
|
exit 1 ;\
|
||||||
fi
|
fi
|
||||||
git init
|
git init
|
||||||
if [ -e $(PROJECT_DESCR) ]; then \
|
if [ -e $(PROJECT_DESCR_FILE) ]; then \
|
||||||
touch $(PROJECT_DESCR) ;\
|
touch $(PROJECT_DESCR_FILE) ;\
|
||||||
make description ;\
|
make description ;\
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -127,7 +127,7 @@ git-jannet-init: git-import git-clone-to-remote
|
||||||
projects-%:
|
projects-%:
|
||||||
python $(MOD_SCRIPT_DIR)/build.py $* $(PROJECT)
|
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
|
$(MOD_SCRIPT_DIR)/ini-section.sh summary $< | tee $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue