mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Replace cat by $(CAT)
This commit is contained in:
parent
9f4e02e618
commit
26baa6a3b4
14 changed files with 34 additions and 33 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
URL_BASE = http://www.kernel.org/pub/linux/utils/boot/syslinux
|
||||
URL_FILE = SYSLINUX_URL
|
||||
URL = $(shell cat $(URL_FILE))
|
||||
URL = $(shell $(CAT) $(URL_FILE))
|
||||
DLOAD_DIR = /home/samba/dat/share/exe/linux/syslinux
|
||||
BUILD_DIR = cd_root
|
||||
DIRS = $(DLOAD_DIR) $(BUILD_DIR)
|
||||
|
|
@ -45,7 +45,7 @@ $(URL_FILE):
|
|||
mv $@.tmp $@
|
||||
|
||||
dload.done: $(URL_FILE)
|
||||
wget -c $(shell cat $<) -P $(DLOAD_DIR)
|
||||
wget -c $(shell $(CAT) $<) -P $(DLOAD_DIR)
|
||||
touch $@
|
||||
|
||||
$(MENU_32): unpack.done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue