From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by gnuweeb.org (Postfix) with ESMTPSA id 4D70F7E6CA for ; Tue, 8 Mar 2022 23:08:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1646780891; bh=SwcHS54sikmo3eu3YNcCFc1MNPCGLwx6jOyfBqb6q2o=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=tHJxywcVNuGFpdwnBh6Dp2pukAUtJL4rKsFQJwiAMC71fjaK36wDzTka4QJ8iIuaM 9v7+hRpTit50y1vQdJbu3rCzIaWnVqUTlI9UVcIMBH5hXLFQ3UEVHyMYAEOZwOX4kD nF6xEPc2BbZcypCvkd0gk8fJM8ET4ywR20dxf+/M1adf77ROQ8c7eGquurmDNPO8VP H1oLpdHd2SEv351X3UkS+LDFATvKA+08KxfWp5NC/jmtEsZV0bNi6AQyfO23pOOhVh NjR/9vQLQJCCHfvdr3NdO9nn9E9zjCHBLSlHtNhBhTiujoGyr8TCeXpfF9PxAH+GDy tPSX7iMW+7ddQ== Received: by mail-lf1-f51.google.com with SMTP id s25so646582lfs.10 for ; Tue, 08 Mar 2022 15:08:11 -0800 (PST) X-Gm-Message-State: AOAM531H4smwTFzcqaCZQPuYn3ugQydtq8SIKH2OhdiBf4OUlmyRVSMv lroF04jRi2hu6J/ZlyVXfZEThPM2T+Yu/ZSk+Y0= X-Google-Smtp-Source: ABdhPJwLyTxgggPjUgVqlJpnPhX2XeDvIfxcg7BL1ZVf3bOiDX0Ie8leUwMS7AOmmVl13jpslQ8zHbqC9bHniwIcVLg= X-Received: by 2002:a05:6512:ad2:b0:448:3655:fac5 with SMTP id n18-20020a0565120ad200b004483655fac5mr5704421lfu.136.1646780889374; Tue, 08 Mar 2022 15:08:09 -0800 (PST) MIME-Version: 1.0 References: <20220308224002.3814225-1-alviro.iskandar@gnuweeb.org> <20220308224002.3814225-3-alviro.iskandar@gnuweeb.org> <756bf7eb-ed5a-ea69-ba0a-685418125bfe@gnuweeb.org> In-Reply-To: <756bf7eb-ed5a-ea69-ba0a-685418125bfe@gnuweeb.org> From: Alviro Iskandar Setiawan Date: Wed, 9 Mar 2022 06:07:58 +0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH liburing 2/2] src/Makefile: Add header files as dependency To: Ammar Faizi Cc: Jens Axboe , Pavel Begunkov , io-uring Mailing list , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" List-Id: On Wed, Mar 9, 2022 at 5:59 AM Ammar Faizi wrote: > On 3/9/22 5:40 AM, Alviro Iskandar Setiawan wrote: > > When the header files are modified, the compiled object are not going > > to be recompiled because the header files are not marked as dependency > > for the objects. Add those header files as dependency so it is safe > > not to do "make clean" after changing those files. > > Another missing part is the test files, they should also be recompiled > when changes to files in src/ are made. With this change, they are not. > > The same also for examples/. oc oc, that will be separate patches. Will be done in v2. -- Viro