Changeset 1777
- Timestamp:
- 16/09/10 09:08:10 (3 years ago)
- Files:
-
- 1 modified
-
trunk/openwrt/scripts/find_depends.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openwrt/scripts/find_depends.pl
r1751 r1777 24 24 my $pkg = $package{$name}; 25 25 my $makefile = $pkg->{makefile}; 26 print("$name\t$makefile\n") if $ pkg !=$ARGV[1];26 print("$name\t$makefile\n") if $name ne $ARGV[1]; 27 27 28 28 # Recursively process dependencies
