mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
projects-dir.mk: Add target loc
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
698026bcf4
commit
d100b66bd5
1 changed files with 10 additions and 0 deletions
|
|
@ -245,3 +245,13 @@ clone.done: ssh-wrapper.sh
|
|||
$(PGIT) clone
|
||||
touch $@
|
||||
|
||||
loc:
|
||||
find . -name '*.c' -o -name '*.cpp' -o -name '*.h' \
|
||||
-o -name Makefile -o -name '*.mk' \
|
||||
-o -name '*.sh' -o -name '*.pl' -o -name '*.py' \
|
||||
| grep -v "/dist/\|\.dep\.mk\|local.mk\|coordgen\|^\./[^/]\+/include/" \
|
||||
| grep -v "contrib/wt\|/bin/\|contrib/bootstrap\|contrib/chntpw/src\|contrib/jquery/src\|contrib/ntv2linux" \
|
||||
| grep -v "copilot-suse-tw-cf/initrd-tree" \
|
||||
| grep -v "iow-standalone\|jux3" \
|
||||
| grep -v "generated\|tmp\|old\|orig\|purged"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue