mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
linux-rpm.mk: Fix clean target
This commit is contained in:
parent
6a7ca3e651
commit
abe49a5aff
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ dist: clean
|
|||
mv ../kernel.tar.gz .
|
||||
clean:
|
||||
rm -rf install/* reiser.patch *~ *.done *.lxdone *.uldone *.patch *.rpm *.tar.gz *.tar $(SCOPE_DRIVER_BASE)
|
||||
rm -rf linux linux-$(KERNEL_VERSION)-$(KERNEL_RELEASE) $(TMP_INSTALL) CURRENT_*
|
||||
rm -rf linux linux-$(KERNEL_VERSION) $(TMP_INSTALL) CURRENT_*
|
||||
rm -f toplevel-makefile
|
||||
|
||||
newrelease:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue