mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 17:17:23 +08:00
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:
@@ -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` && \
|
||||
|
||||
Reference in New Issue
Block a user