mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add target projects.txt
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cf963e41ea
commit
738bb05a4a
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ cpp:
|
|||
while read f; do d=`dirname $$f`; if [ $$d/generate_code.sh ]; then echo $$f; fi ;\
|
||||
done
|
||||
|
||||
clone diff diff commit push:
|
||||
clone diff commit push:
|
||||
$(PGIT) $@
|
||||
|
||||
git-push:
|
||||
|
|
@ -67,4 +67,6 @@ check-conv:
|
|||
make git-conv-$$p ;\
|
||||
done
|
||||
|
||||
projects.txt:
|
||||
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue