mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
upload-*.mk: Support more than just rpms
upload-[defs|rules].mk currently only support RPM packages. Make them more generally usable.
This commit is contained in:
parent
590ba4fa1e
commit
2443c78623
2 changed files with 19 additions and 37 deletions
|
|
@ -14,3 +14,8 @@ yupdate.%.dist:
|
|||
CURRENT_%:
|
||||
echo $($(notdir $@)) > $@
|
||||
|
||||
clean: upload.clean
|
||||
|
||||
upload.clean:
|
||||
rm -f upload.dist yupdate.*.dist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue