Andreas Tille pushed to branch master at Debian Med / librcsb-core-wrapper
Commits: 6416c302 by Andreas Tille at 2026-09-08T20:27:37+02:00 Salsa CI fails due to missing dir - just create it - - - - - 2 changed files: - + debian/patches/fix-makefile.patch - debian/patches/series Changes: ===================================== debian/patches/fix-makefile.patch ===================================== @@ -0,0 +1,14 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2026-09-08 +Description: Salsa CI fails due to missing dir - just create it + +--- a/common/Makefile ++++ b/common/Makefile +@@ -144,6 +144,7 @@ clean_build: + + $(L_MOD_LIB): $(OBJ_FILES) + # Create module library ++ @mkdir -p $(L_LIB_DIR) + @cd $(OBJ_DIR); $(AR) $(AR_PUTFLAGS) ../$@ $(OBJ_FILES) + cp -f -t $(M_LIB_DIR) $(addprefix $(OBJ_DIR)/,$(OBJ_FILES) $(OBJ_FILES:.o=.lo)) + mkdir -p $(M_LIB_DIR)/.libs && cp -f -t $(M_LIB_DIR)/.libs $(addprefix $(OBJ_DIR)/.libs/,$(OBJ_FILES)) ===================================== debian/patches/series ===================================== @@ -20,3 +20,4 @@ generated-includes INSTALL-is-cifinstall.patch make-4.4.1.patch make-shuffle-reverse.patch +fix-makefile.patch View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/6416c3025f98c4afc7c74ce15b0411fdfa35b699 -- View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/6416c3025f98c4afc7c74ce15b0411fdfa35b699 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
