OSDN Git Service

[lfsja-git] r11.3-24 対応。
[lfsbookja/lfsja-git.git] / src / make-aux-files.ch
1 %
2 % This is part of LFSbookja package.
3 %
4 % This is a CTIE change file for the original XML source of the LFSbook.
5 %
6 @x
7 rm -f lfs-bootscripts*.tar.?z*
8 @y
9 SRCDIR=$1
10
11 rm -f lfs-bootscripts*.tar.?z*
12 @z
13
14 @x
15 tar -cJf lfs-bootscripts-$version.tar.xz --exclude .svn lfs-bootscripts-$version
16 @y
17 if test -f $SRCDIR/lfs-bootscripts-$version.tar.xz; then
18   cp -p $SRCDIR/lfs-bootscripts-$version.tar.xz .
19 else
20   tar -cJf lfs-bootscripts-$version.tar.xz --exclude .svn lfs-bootscripts-$version
21 fi
22 @z