Sfoglia il codice sorgente

auto acp scripted

dev
jfinn 5 anni fa
parent
commit
7d5a912b7b
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3
    2
      Makefile

+ 3
- 2
Makefile Vedi File

@@ -15,7 +15,7 @@ WEBPACK_DEV_SERVER = ./node_modules/.bin/webpack-dev-server
15 15
 ARG_TEST = ./arg_etest.txt
16 16
 # MVR := $(shell cat ${ARG_TEST})
17 17
 MVR:= $(shell cat ${ARG_TEST})
18
-
18
+MVRE:="emptyx"
19 19
 # ifeq [[$( M = "" )]]; then
20 20
 ifeq ($(strip $(MVR)),)
21 21
 MVR2 := "emptyx";
@@ -100,7 +100,8 @@ dev:
100 100
 	
101 101
 # 	echo $(MVAR)
102 102
 # 	echo "MVAR"
103
-	ifeq ($(strip $(MVR)),emptyx)
103
+# 	ifeq ($(strip $(MVR2)),"emptyx")
104
+	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
104 105
 		echo not iE
105 106
 	else
106 107
 		echo iE

Loading…
Annulla
Salva