mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
|
@ -30,9 +30,9 @@ distclean: clean
|
|||
# == rules
|
||||
|
||||
syslinux.clean:
|
||||
rm -rf *.done
|
||||
rm -rf $(BUILD_DIR) $(UNPACK_DIR)
|
||||
rm -f $(ISO_IMAGE) $(URL_FILE) $(URL_FILE).tmp
|
||||
$(RM) -rf *.done
|
||||
$(RM) -rf $(BUILD_DIR) $(UNPACK_DIR)
|
||||
$(RM) -f $(ISO_IMAGE) $(URL_FILE) $(URL_FILE).tmp
|
||||
|
||||
dirs.done:
|
||||
mkdir -p $(DIRS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue