Merge branch 'fix-make-distclean' into 'stable-1.5'

Fix #5: call Kbuild clean only where needed

Closes #5

See merge request etherlab.org/ethercat!16
This commit is contained in:
Florian Pose 2021-06-04 08:42:59 +00:00
commit 72d7469857
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ modules_install:
$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" \
INSTALL_MOD_DIR="$(INSTALL_MOD_DIR)" modules_install
clean-local:
$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean
mydist:
git -C $(srcdir) log > ChangeLog
@REV=`git -C $(srcdir) describe` && \