From 7567a511365069f884e65d47864ea10b288b53ed Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sat, 1 Nov 2008 23:11:52 +0000 Subject: [PATCH] Remove last few references to (raw)list.exclude --- docs/makefile.html | 9 ++------- tools/make_disc_trees.pl | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/makefile.html b/docs/makefile.html index f540e974..b35e5e9d 100644 --- a/docs/makefile.html +++ b/docs/makefile.html @@ -93,13 +93,8 @@ ready to ask apt to do real work for us.

Using debootstrap and the task file specified, generate a "raw" (i.e. not cleanly formatted) list of the packages desired.

-

$(BDIR)/rawlist.exclude:

-

Using user-specified exclude lists, generate a rawlist of packages -that must not go into the images.

- -

genlist:, $(BDIR)/list and -$(BDIR)/list.exclude

-

Clean up the rawlist and rawlist.exclude files ready for use.

+

genlist:, $(BDIR)/list +

Clean up the rawlist files ready for use.

Tree and image building

diff --git a/tools/make_disc_trees.pl b/tools/make_disc_trees.pl index 9f7dc10b..594bb444 100755 --- a/tools/make_disc_trees.pl +++ b/tools/make_disc_trees.pl @@ -91,7 +91,6 @@ if (defined($ENV{'EXTRANONFREE'})) { } my $list = "$tdir/list"; -my $list_ex = "$tdir/list.exclude"; my $bdir = "$tdir/$codename"; my $log = "$bdir/make_disc_tree.log"; open(LOG, ">> $log") or die ("Can't open logfile $log for writing: $!\n");