mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Replace sed by $(SED)
This commit is contained in:
parent
6f7bc019a9
commit
9f4e02e618
18 changed files with 80 additions and 77 deletions
|
|
@ -22,8 +22,8 @@ all:
|
|||
upload: upload.dist
|
||||
|
||||
rsync_ssh\://% ftp\://% scp\://%:
|
||||
make $(shell echo $(notdir $@) | sed 's/:.*//g')
|
||||
$(UPLOAD_SH) $(shell echo $(notdir $@) $@ | sed 's/:.*//g') $@
|
||||
make $(shell echo $(notdir $@) | $(SED) 's/:.*//g')
|
||||
$(UPLOAD_SH) $(shell echo $(notdir $@) $@ | $(SED) 's/:.*//g') $@
|
||||
|
||||
upload.dist: $(UPLOAD_FILES)
|
||||
ifneq ($(UPLOAD_LAST_VERSION),$(VERSION))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue