Andreas Tille pushed to branch master at Debian Med / librcsb-core-wrapper


Commits:
75d54171 by Andreas Tille at 2026-09-11T09:30:22+02:00
Another missing mkdir

- - - - -


1 changed file:

- debian/patches/fix-makefile.patch


Changes:

=====================================
debian/patches/fix-makefile.patch
=====================================
@@ -157,15 +157,17 @@ Description: Salsa CI fails due to missing dir - just 
create it
        $(RANLIB) $@
 --- a/pdbml-parser/Makefile
 +++ b/pdbml-parser/Makefile
-@@ -158,6 +158,7 @@ clean: clean_build clean_test
+@@ -157,7 +157,9 @@ clean: clean_build clean_test
+ 
  # General rule for making executables
  %: $(OBJ_DIR)/%.o $(M_MOD_LIB) $(ALL_DEP_LIBS)
++      @mkdir -p $(L_BIN_DIR)
        $(CCC) $(LDFLAGS_NO_STATIC) $(EXT_LIBS_DIRS) $< $(M_MOD_LIB) 
$(ALL_DEP_LIBS) $(EXT_LIBS) $(MALLOCLIB) -lm -o $(L_BIN_DIR)/$@
 +      @mkdir -p $(M_BIN_DIR)
        @cp -f $(L_BIN_DIR)/$@ $(M_BIN_DIR)/$@
  
  
-@@ -182,6 +183,7 @@ clean_test:
+@@ -182,6 +184,7 @@ clean_test:
  # Rule for making module library in master library directory
  $(M_MOD_LIB): $(L_MOD_LIB)
  #       Install header files
@@ -173,7 +175,7 @@ Description: Salsa CI fails due to missing dir - just 
create it
        @cd $(L_INCL_DIR); \
            ../$(INSTALL) $(INSTALLOPTS) $(HEADER_FILES) ../$(M_INCL_DIR)
  
-@@ -210,7 +212,9 @@ $(M_MOD_LIB): $(L_MOD_LIB)
+@@ -210,7 +213,9 @@ $(M_MOD_LIB): $(L_MOD_LIB)
  # Rule for making module library in local library directory
  $(L_MOD_LIB): $(OBJ_OTHER_FILES)
  #       Create module library



View it on GitLab: 
https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/75d54171aab242f098f80d5209db3e7312820e9e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/75d54171aab242f098f80d5209db3e7312820e9e
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

Reply via email to