On Sun, Sep 17, 2000 at 06:55:05PM +1100, John Ferlito wrote:
>       Has anyone worked out how you use make-kpkg in debian and get it to
> create the package without doing a make clean?

Well you are certainly asking the right list, as Herbert does the
kernel stuff ... I tend to do:

In the kernel directory (e.g. kernel-source-2.2.17):

$ touch stamp-configure

then

$ make-kpkg --revision=<number>.<textlabel>.<revision> --rootcmd=fakeroot
  --us --uc buildpackage

The revision number is specified like that as the author of Apt
recently recommended 3rd-party (i.e. Helix, Stormix) use that scheme
so that things just work properly. So I've been using it as well.

However with my nice, fast machine I'm happy to incurr the cost of the
`make clean' &c. [checks our debian/rules ...] OTOH, perhaps setting

do_clean := NO

is what you want?

Anand


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to