]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adding support starting shell script
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 16 Jun 2025 18:49:13 +0000 (14:49 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 16 Jun 2025 18:49:13 +0000 (14:49 -0400)
Makefile
Makefile.dist
starting.sh [new file with mode: 0644]

index f634279d376174368073db23a986d965a0096c43..6e5ef4829a900bb66e40cc82d74aa6eea39a8c97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -187,6 +187,7 @@ install     :
                $(DESTDIR)/$(DATADIR)/$(APPN)/
           @ cp -a                                      \
                shell                                   \
+               support                                 \
                $(DESTDIR)/$(LIBDIR)/$(APPN)/
 
 #--------------------------------------------------------------------
index e98fdb386eee26f2d9efd720848ccfa5378790bf..1378a7c325d8e4ce435acb1bed2416bea1890de4 100644 (file)
@@ -34,6 +34,7 @@ tarfile       : clean
                $(APLV)/lib                                     \
                $(APLV)/linux                                   \
                $(APLV)/shell                                   \
+               $(APLV)/support                                 \
                $(APLV)
          @ date > $(APLV)/$(APLV).build_date
          @ cp -a Makefile*     $(APLV)/
@@ -44,6 +45,8 @@ tarfile       : clean
          @ cp -a                                               \
                shell/getsysos.sh                               \
                $(APLV)/shell/
+         @ cp -a support/*.sh                                  \
+               $(APLV)/support
          @ cp -a app/Makefile  $(APLV)/app/Makefile
          @ cp -a lib/Makefile  $(APLV)/lib/Makefile
          @ tar zcf $(SRC)/$(APLV).tar.gz $(APLV)
diff --git a/starting.sh b/starting.sh
new file mode 100644 (file)
index 0000000..adbdaf1
--- /dev/null
@@ -0,0 +1,5 @@
+#! /usr/bin/bash
+#---------------------------------------------------------------
+#empty scrript for now
+#---------------------------------------------------------------
+exit 0