mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
172f7fac01
commit
f5c43f706a
54 changed files with 134 additions and 137 deletions
|
|
@ -206,10 +206,10 @@ dist: clean
|
|||
tar -czf kernel.tar.gz `find kernel -maxdepth 1 -type f | grep -ve "setup\|trash\|CVS"`
|
||||
mv ../kernel.tar.gz .
|
||||
clean:
|
||||
rm -rf $(KERNEL_BASE)-*
|
||||
rm -rf install/* reiser.patch *~ *.done *.lxdone *.uldone *.patch *.diff *.rpm *.tar.gz *.tar \
|
||||
$(RM) -rf $(KERNEL_BASE)-*
|
||||
$(RM) -rf install/* reiser.patch *~ *.done *.lxdone *.uldone *.patch *.diff *.rpm *.tar.gz *.tar \
|
||||
$(SCOPE_DRIVER_BASE)
|
||||
rm -rf linux linux-$(KERNEL_VERSION) CURRENT_* pax_global_header
|
||||
rm -f toplevel-makefile EXTRAVERSION COMPLETE_VERSION
|
||||
$(RM) -rf linux linux-$(KERNEL_VERSION) CURRENT_* pax_global_header
|
||||
$(RM) -f toplevel-makefile EXTRAVERSION COMPLETE_VERSION
|
||||
|
||||
distclean: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue