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:
commit
72d7469857
|
|
@ -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` && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue