mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
srcdist.mk: Make wd-upload work with upload-defs.mk
wd-upload doesn\'t work at all, because it clashed with rpmdist.mk defining stuff used by the upload-*.mk files. The RPM-side of things is left untested. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c8e664bcb9
commit
c713793e16
8 changed files with 44 additions and 27 deletions
|
|
@ -1,7 +1,4 @@
|
|||
rsync_ssh\://% ftp\://% scp\://%:
|
||||
make $(shell echo $(addprefix $(DIST_PCKG_DIR)/,$(notdir $@)) | $(SED) 's/:.*//g')
|
||||
$(UPLOAD_SH) $(shell echo $(addprefix $(DIST_PCKG_DIR)/,$(notdir $@)) $@ | $(SED) 's/:.*//g') $@
|
||||
|
||||
all:
|
||||
upload.dist:
|
||||
if [ -f configure -o -f configure.ac -o -f configure.ac.tmpl ]; then make config; fi
|
||||
make $(REMOTE_TARGETS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue