From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 4AA2C21F169 for ; Thu, 20 Sep 2012 00:10:06 -0700 (PDT) Received: by bkty15 with SMTP id y15so1365837bkt.16 for ; Thu, 20 Sep 2012 00:10:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=7HJsHSk06+HGHuqPryIERiAbJrqTluCEoLMzkLv7OC8=; b=DnvmItdJuJbeG9nkBsniYJ8zGT63PS76Ov87fAsaTlCICWYtN5yveJQTCRQcx+kdaK b2W8ZEV/ZhV/bejFQdVVcfodA11TTW9MgYZUHfbgEEvk3YAdnpO1rHCxIO8nP57g8nmH IgbF/f31VVV4lIJQXYqVNGP3b+6XSL8/HVw8DoKPZ5XcGLGB6zQ0YOKfJZkfhfWZHhRH aFPykTH5kG5B64qhk++YnAyK1cxc1mHu2hLrNGd18whRvjylsVOfYekE8kbFtzic/lI/ patkNXWCpdZMt3oq5jN6a6YlUJRxRI1uRuORt3cHPlcmJ4Dxy0d/xOx4B05N7JrDuy3d 7lpw== Received: by 10.204.130.131 with SMTP id t3mr215417bks.79.1348125003921; Thu, 20 Sep 2012 00:10:03 -0700 (PDT) Received: from [172.30.42.66] (p5B3B59E6.dip.t-dialin.net. [91.59.89.230]) by mx.google.com with ESMTPS id f7sm3273052bkv.1.2012.09.20.00.10.02 (version=SSLv3 cipher=OTHER); Thu, 20 Sep 2012 00:10:02 -0700 (PDT) Message-ID: <505AC149.2000905@googlemail.com> Date: Thu, 20 Sep 2012 09:10:01 +0200 From: Oliver Niesner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120828 Thunderbird/10.0.7 MIME-Version: 1.0 To: cerowrt-devel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cerowrt-devel] understanding_cerowrt_buildsystem X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 07:10:06 -0000 Hi! After a zillion tries i managed to build a cerowrt image for myself. It's not really clear what happened when it fails, but sometimes building a package again does the trick. Here is another question to understand better: When building a package (eg. selecting a new one in menuconfig) does the buildsystem take care of dependencies in other "parts" of the system? Let's say i do a package which requires something new must be build in the linux kernel, but in the build before the kernel is already succesfully compiled. Will the buildsystem automatically detect that it is neccessary to build the kernel again, or do i have to do it manually, eg. do a "make clean"? My guess is that i have to do it manually. Thanks, for clearing things up Oliver