mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
pgit.sh: Remove CVS support
Don't identify projects directory by a the presence of a correct CVS subdirectory any longer. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4839f60cb8
commit
b82d4249f9
2 changed files with 2 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ $(JWBDIR):
|
|||
all: link-makefile.done
|
||||
link-makefile.done: | $(JWBDIR)
|
||||
[ -L $(PROJECTS_MAKEFILE_NAME) ] || \
|
||||
ln -sf `find $(JWBDIR) -type f -print0 | xargs -0 grep -l some-random-string-to-id-this-makefile` \
|
||||
ln -sf `find $(JWBDIR) -name '*.mk' -print0 | xargs -0 grep -l some-random-string-to-id-this-makefile` \
|
||||
$(PROJECTS_MAKEFILE_NAME)
|
||||
touch $@
|
||||
clean: clean.link-makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue