[BACK]Return to ar-decomp2 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

File: [local] / OpenXM / src / kan96xx / Kan / ar-decomp2 (download)

Revision 1.1, Fri Jun 25 04:37:54 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

Undo the previous commit; it was not a bug of Makefile.in
Added a new shell script ar-decomp2 to generate kanlib.a correctly.

:
: $OpenXM: OpenXM/src/kan96xx/Kan/ar-decomp2,v 1.1 2004/06/25 04:37:54 takayama Exp $
for fn in $*
do
  ar x $fn
  ls | grep -v 'CVS$' | grep -v '__'| xargs chmod 644 
done