* Reverted the removal of */doc dirs in disks 2-4.

* Removed $ADIR too in target bin-distclean.
This commit is contained in:
Raphaël Hertzog 2000-03-14 21:49:00 +00:00
parent 18cd7f9a51
commit 37ab5b703b
4 changed files with 4 additions and 9 deletions

View File

@ -125,6 +125,7 @@ realclean: distclean
distclean: ok bin-distclean src-distclean
bin-distclean:
@-rm -rf $(BDIR)
@-rm -rf $(ADIR)
src-distclean:
@-rm -rf $(SDIR)

5
debian/changelog vendored
View File

@ -2,10 +2,11 @@ debian-cd (2.2.0) frozen unstable; urgency=low
* The final debian-cd for potato ! Must go to frozen ...
* Changes to tools/potato/boot-sparc for new bootdisk
organization. --jwest
organization. --jwest
* Changes to /tools/boot/potato/boot-i386 for new bootdisks --jwest
* Added missing semi-colon in the target pi-makelist.
-- Raphael Hertzog <hertzog@debian.org> Tue, 7 Mar 2000 20:31:18 +0100
-- Raphael Hertzog <hertzog@debian.org> Mon, 13 Mar 2000 13:15:11 +0100
debian-cd (2.1.92) frozen unstable; urgency=low

View File

@ -24,7 +24,6 @@ cd $CDDIR/..
# Compact image for disk 2
if [ $N == 2 ]; then
:> 2.mkisofs_opts
rm -r $CDDIR/doc #remove doc dir on #2,#3,#4
if [ -e 1/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/compact/rescue.bin ]
then
mkdir -p boot2/boot
@ -38,7 +37,6 @@ fi
# Disks != 1 and not 2
if [ $N != 1 ]; then
echo -n "-J" > $N.mkisofs_opts
rm -r $CDDIR/doc #remove doc dir on #2,#3,#4
exit 0;
fi

View File

@ -34,8 +34,3 @@ do
ln -s $file
done
# now make sure that the /doc directory is NOT on cd 2,3,4.etc
rm -r $BDIR/2/doc #remove doc dir on cd 2
rm -r $BDIR/3/doc #remove doc dir on cd 3
rm -r $BDIR/4/doc #remove doc dir on cd 4