mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Sorted targets
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ffc146841c
commit
2d5449030d
1 changed files with 18 additions and 19 deletions
|
|
@ -75,8 +75,16 @@ cpp:
|
||||||
while read f; do d=`dirname $$f`; if [ $$d/generate_code.sh ]; then echo $$f; fi ;\
|
while read f; do d=`dirname $$f`; if [ $$d/generate_code.sh ]; then echo $$f; fi ;\
|
||||||
done
|
done
|
||||||
|
|
||||||
clone diff commit push:
|
update pull: cvs-update
|
||||||
$(PGIT) $@
|
$(PGIT) pull
|
||||||
|
|
||||||
|
status:
|
||||||
|
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
|
||||||
|
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
||||||
|
$(PGIT) status
|
||||||
|
|
||||||
|
cvs-update: cvsdir.done
|
||||||
|
cvs update -dP $(CVS_PROJECTS)
|
||||||
|
|
||||||
git-push:
|
git-push:
|
||||||
$(PGIT) push
|
$(PGIT) push
|
||||||
|
|
@ -84,19 +92,11 @@ git-push:
|
||||||
git-diff:
|
git-diff:
|
||||||
$(PGIT) diff
|
$(PGIT) diff
|
||||||
|
|
||||||
cvs-update: cvsdir.done
|
|
||||||
cvs update -dP $(CVS_PROJECTS)
|
|
||||||
|
|
||||||
update pull: cvs-update
|
|
||||||
$(PGIT) pull
|
|
||||||
|
|
||||||
git-pull:
|
git-pull:
|
||||||
$(PGIT) pull
|
$(PGIT) pull
|
||||||
|
|
||||||
status:
|
clone diff commit push:
|
||||||
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
|
$(PGIT) $@
|
||||||
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
|
||||||
$(PGIT) status
|
|
||||||
|
|
||||||
git-conv-%:
|
git-conv-%:
|
||||||
[ -e $*/.git ] || { \
|
[ -e $*/.git ] || { \
|
||||||
|
|
@ -116,6 +116,9 @@ check-conv:
|
||||||
projects.txt:
|
projects.txt:
|
||||||
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@
|
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@
|
||||||
|
|
||||||
|
done.clean:
|
||||||
|
rm -f *.done
|
||||||
|
|
||||||
config.done: cvs-update.done
|
config.done: cvs-update.done
|
||||||
make -C ytools config
|
make -C ytools config
|
||||||
touch $@
|
touch $@
|
||||||
|
|
@ -125,13 +128,6 @@ links.done:
|
||||||
ln -sf dspc/src/shared dspider-shared
|
ln -sf dspc/src/shared dspider-shared
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
%.done: %
|
|
||||||
touch $@
|
|
||||||
|
|
||||||
|
|
||||||
done.clean:
|
|
||||||
rm -f *.done
|
|
||||||
|
|
||||||
cvsdir.done:
|
cvsdir.done:
|
||||||
if [ ! -d CVS ]; then \
|
if [ ! -d CVS ]; then \
|
||||||
echo -e '$(subst $(newline),\n,${CVSDIR_MIME})' | tee /tmp/test.mime | mimencode -u | tar -xjf - ;\
|
echo -e '$(subst $(newline),\n,${CVSDIR_MIME})' | tee /tmp/test.mime | mimencode -u | tar -xjf - ;\
|
||||||
|
|
@ -141,3 +137,6 @@ cvsdir.done:
|
||||||
fi
|
fi
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
%.done: %
|
||||||
|
touch $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue