From: Ross Burton Date: Fri, 14 Nov 2025 12:42:18 +0000 (+0000) Subject: nfs-utils: remove obsolete 'make clean' call X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2751280d2d6238839aa5c7f5624a63fcfc9f8a85;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git nfs-utils: remove obsolete 'make clean' call The 1.2.8 release did indeed ship binary .o files, such as: nfs-utils-1.2.8/support/nfs/conffile.o No recent release has done this though. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb index 08e7dd89003..65970f58e8b 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb @@ -123,12 +123,6 @@ do_configure:prepend() { ${S}/systemd/Makefile.am ${S}/tools/nfsrahead/Makefile.am } -# Make clean needed because the package comes with -# precompiled 64-bit objects that break the build -do_compile:prepend() { - make clean -} - # Works on systemd only HIGH_RLIMIT_NOFILE ??= "4096"