1.99.94
This commit is contained in:
14
Makefile
14
Makefile
@ -28,8 +28,12 @@ pack:
|
||||
cp -ap $(TOP_DIR)/myx_setup.cmake $(PACK_DIR)
|
||||
cd $(PACK_DIR); tar acf $(BUILD_DIR)/myx-cmake-local-$(V).tar.xz *
|
||||
|
||||
#cp -ap *.cmake lib backports "$D/myx-cmake-$V/MyxCMake"
|
||||
#pushd "$D"
|
||||
#tar Jcf "myx-cmake_${V}.orig.tar.xz" "myx-cmake-$V"
|
||||
#popd
|
||||
|
||||
upload:
|
||||
git tag $(V)
|
||||
tea r c --repo cmake/myx -t $(V) --tag $(V) \
|
||||
-a $(BUILD_DIR)/myx-cmake_$(V).dsc \
|
||||
-a $(BUILD_DIR)/myx-cmake_$(V).tar.xz \
|
||||
-a $(BUILD_DIR)/myx-cmake_$(V)_all.deb \
|
||||
-a $(BUILD_DIR)/myx-cmake-local-$(V).tar.xz
|
||||
git tag -d $(V)
|
||||
git push
|
||||
|
Reference in New Issue
Block a user