Parcourir la source

Makefileadaption for proper status output

master
Dirk Alders il y a 1 an
Parent
révision
1bb3ff65d3
6 fichiers modifiés avec 18 ajouts et 18 suppressions
  1. 3
    3
      applications/Makefile
  2. 3
    3
      clients/Makefile
  3. 3
    3
      django/Makefile
  4. 3
    3
      linux_env/Makefile
  5. 3
    3
      python_apps/Makefile
  6. 3
    3
      unittest/Makefile

+ 3
- 3
applications/Makefile Voir le fichier

@@ -1,5 +1,5 @@
1 1
 gitstatus:
2
-	@echo "\n\n\033[1;34m╔══════════════╗"
3
-	@echo               "║ applications ║"
4
-	@echo               "╚══════════════╝\033[00m"
2
+	@echo -e "\n\n\033[1;34m╔══════════════╗"
3
+	@echo -e               "║ applications ║"
4
+	@echo -e               "╚══════════════╝\033[00m"
5 5
 	@ineach "giti -s && echo -n ' - ' && pwd"

+ 3
- 3
clients/Makefile Voir le fichier

@@ -1,5 +1,5 @@
1 1
 gitstatus:
2
-	@echo "\n\n\033[1;34m╔═════════╗"
3
-	@echo               "║ clients ║"
4
-	@echo               "╚═════════╝\033[00m"
2
+	@echo -e "\n\n\033[1;34m╔═════════╗"
3
+	@echo -e               "║ clients ║"
4
+	@echo -e               "╚═════════╝\033[00m"
5 5
 	@ineach "giti -s && echo -n ' - ' && pwd"

+ 3
- 3
django/Makefile Voir le fichier

@@ -1,5 +1,5 @@
1 1
 gitstatus:
2
-	@echo "\n\n\033[1;34m╔════════╗"
3
-	@echo               "║ django ║"
4
-	@echo               "╚════════╝\033[00m"
2
+	@echo -e "\n\n\033[1;34m╔════════╗"
3
+	@echo -e               "║ django ║"
4
+	@echo -e               "╚════════╝\033[00m"
5 5
 	@ineach "giti -s && echo -n ' - ' && pwd"

+ 3
- 3
linux_env/Makefile Voir le fichier

@@ -1,5 +1,5 @@
1 1
 gitstatus:
2
-	@echo "\n\n\033[1;34m╔═══════════╗"
3
-	@echo               "║ linux_env ║"
4
-	@echo               "╚═══════════╝\033[00m"
2
+	@echo -e "\n\n\033[1;34m╔═══════════╗"
3
+	@echo -e               "║ linux_env ║"
4
+	@echo -e               "╚═══════════╝\033[00m"
5 5
 	@ineach "giti -s && echo -n ' - ' && pwd"

+ 3
- 3
python_apps/Makefile Voir le fichier

@@ -1,5 +1,5 @@
1 1
 gitstatus:
2
-	@echo "\n\n\033[1;34m╔═════════════╗"
3
-	@echo               "║ python_apps ║"
4
-	@echo               "╚═════════════╝\033[00m"
2
+	@echo -e "\n\n\033[1;34m╔═════════════╗"
3
+	@echo -e               "║ python_apps ║"
4
+	@echo -e               "╚═════════════╝\033[00m"
5 5
 	@ineach "giti -s && echo -n ' - ' && pwd"

+ 3
- 3
unittest/Makefile Voir le fichier

@@ -5,9 +5,9 @@ help:
5 5
 	@echo "Possible Maketargets: status clean gitsubup gits giti"
6 6
 
7 7
 gitstatus:
8
-	@echo "\n\n\033[1;34m╔═══════════╗"
9
-	@echo               "║ unittest  ║"
10
-	@echo               "╚═══════════╝\033[00m"
8
+	@echo -e "\n\n\033[1;34m╔═══════════╗"
9
+	@echo -e               "║ unittest  ║"
10
+	@echo -e               "╚═══════════╝\033[00m"
11 11
 	@ineach "giti -s && echo -n ' - ' && pwd"
12 12
 
13 13
 status:

Chargement…
Annuler
Enregistrer