source: app/dist/common/make_deps.sh @ 12d8443

help
Last change on this file since 12d8443 was 317d53b, checked in by pawelk <pawelk@…>, 16 years ago

Dodalem skrypty, zwiazane z obsluga zaleznosci w tarballu.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@22 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100755
File size: 114 bytes
Line 
1#!/bin/sh
2
3grep -r -e "\`" ../../src | grep -v -e "\.svn\/" | perl find_perl_deps.pl | sort | uniq > dep_list.txt
Note: See TracBrowser for help on using the repository browser.