Hi, The makepkg command has following option: -o, --nobuild Download and extract files only
So perhaps this is what you are looking for... Even better perhaps, is changing the PKGBUILD to call `make menuconfig` instead of `yes "" | make config` or copying the config you saved from a previous build to the config of archck in the abs build tree, changing the md5sum of the config in the PKGBUILD and replacing `yes "" | make config` with `make oldconfig`. Both ways work fine. Greetings, Erwin On Tuesday 21 March 2006 10:01, Andrija Perunicic wrote: > I want do download the source of the archck kernel *package* > so that i can disable SMP and get my network card to function > > in order to do this, without going through the whole list of options, i > will just use the archck kernel with the option changed in the config file > > i could go off and download file by file from the website but > 1. might not work always > 2. too many files sometimes, and i might want to do this more than once > > > > andre -- ======================================================== Erwin Van de Velde ======================================================== Phd Student Dept. of Mathematics and Computer Sciences PATS (Performance Analysis of Telecommunication Systems) University of Antwerp Middelheimlaan 1 2020 Antwerpen, Belgium G2.36 Phone: ++32 3 265 35 19 Mail: [EMAIL PROTECTED]/u/evdvelde URL: www.pats.ua.ac.be ======================================================== _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
