Changeset 42377 for trunk/psconfig/pschecklibs
- Timestamp:
- Feb 8, 2023, 11:49:37 AM (3 years ago)
- Location:
- trunk/psconfig
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pschecklibs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/psconfig (added) merged: 42137-42138,42345,42374
- Property svn:mergeinfo changed
-
trunk/psconfig/pschecklibs
r34087 r42377 2 2 3 3 $tagsets = "tagsets"; 4 if (!-d $tagsets || !-r $tagsets || !-x $tagsets) { die "missing the directory of distribution tables: $tagsets\n"; } 5 4 6 $needdev = 0; 5 7 … … 55 57 56 58 if ( @ARGV == 0) { 57 @list = <$tagsets/*.libs>; 58 $file = $list[-1]; 59 die "a distribution name is now required by pschecklibs (e.g., ipp-ubuntu)\n"; 59 60 } else { 60 61 $file = "$tagsets/$ARGV[0].libs";
Note:
See TracChangeset
for help on using the changeset viewer.
