source: _old/app/dist/common/make_deps.sh @ 5f4d9c3

Last change on this file since 5f4d9c3 was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100755
File size: 114 bytes
RevLine 
[317d53b]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.